ButtonContext: {
    label: Label;
    logo: typeof IconsIcon;
    onClick?: ((_event: KeyboardEvent | React.MouseEvent) => void);
}