export declare const scaleVariants: { lg: { height: string; padding: string; }; md: { height: string; padding: string; }; sm: { height: string; padding: string; }; xs: { height: string; fontSize: string; padding: string; }; tev: { height: string; fontSize: string; padding: string; }; }; export declare const styleVariants: { primary: { backgroundColor: string; color: string; }; secondary: { backgroundColor: string; border: string; borderColor: string; boxShadow: string; color: string; ":disabled": { backgroundColor: string; }; }; tertiary: { border: string; borderColor: string; backgroundColor: string; boxShadow: string; color: string; ":disabled": { borderColor: string; }; }; subtle: { backgroundColor: string; color: string; }; danger: { backgroundColor: string; color: string; }; success: { backgroundColor: string; color: string; }; text: { backgroundColor: string; color: string; boxShadow: string; }; light: { backgroundColor: string; color: string; boxShadow: string; }; tev: { backgroundColor: string; color: string; fontSize: string; fontWeight: string; lineHeight: string; }; tevd: { backgroundColor: string; color: string; fontSize: string; fontWeight: string; lineHeight: string; }; };