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