import type { ITheme } from '../../Styling'; import type { IButtonStyles } from '../../Button'; export declare const getStyles: (theme: ITheme, className?: string, customStyles?: IButtonStyles) => IButtonStyles;