export declare const baseButtonStyles: ({ disabled, readOnly }: { disabled?: boolean | undefined; readOnly?: boolean | undefined; }) => string; export declare const buttonSize: { small: string; medium: string; large: string; }; export declare const buttonFontSize: { small: string; medium: string; large: string; }; export declare const buttonGap: { small: string; medium: string; large: string; }; export declare const buttonPadding: { small: string; medium: string; large: string; };