import { Theme } from '../theme'; export declare const buttonBase: (t: Theme) => string; export declare const buttonVariant: { outline: (t: Theme) => string; clear: (t: Theme) => string; }; export declare const buttonStyles: (t: Theme) => string; export declare const button: { base: (t: Theme) => string; variant: { outline: (t: Theme) => string; clear: (t: Theme) => string; }; styles: (t: Theme) => string; }; //# sourceMappingURL=button.d.ts.map