export declare const scaleVariants: { md: { height: string; fontSize: string; padding: string; }; sm: { height: string; fontSize: string; padding: string; }; xs: { height: string; fontSize: string; padding: string; }; }; export declare const styleVariants: { primary: { background: string; color: string; ":hover": { background: string; opacity: string; }; ":focus": { background: string; opacity: string; }; ":active": { background: string; opacity: string; }; ":disabled": { background: string; }; ":disabled:hover": { background: string; }; }; secondary: { backgroundColor: string; border: string; color: string; ":disabled": { background: string; }; }; tertiary: { backgroundColor: string; boxShadow: string; color: string; }; subtle: { backgroundColor: string; color: string; }; danger: { backgroundColor: string; color: string; }; success: { backgroundColor: string; color: string; }; text: { backgroundColor: string; color: string; boxShadow: string; }; };