export declare const GlobalButtonStyle: () => { Button: { defaultProps: { variant: string; size: string; }; }; };