import { ButtonInterface } from './button.types'; export declare function buttonTheme(props: ButtonInterface): any; export declare function buttonAppearanceTheme(props: ButtonInterface): any; export declare function buttonSizeTheme(props: ButtonInterface): any; export declare function buttonStretchTheme(props: ButtonInterface): any;