export declare const scaleVariants: { md: { height: string; padding: string; lineHeight: string; }; sm: { height: string; padding: string; lineHeight: string; }; xs: { height: string; fontSize: string; padding: string; }; default: { height: string; padding: number; borderRadius: number; }; }; export declare const styleVariants: { primary: { backgroundColor: string; color: string; border: string; borderColor: string; }; secondary: { backgroundColor: string; border: string; borderColor: string; boxShadow: string; color: string; ":disabled": { backgroundColor: string; }; }; tertiary: { backgroundColor: string; boxShadow: string; color: string; }; subtle: { backgroundColor: string; color: string; }; danger: { backgroundColor: string; color: string; }; success: { backgroundColor: string; color: string; }; text: { boxShadow: string; backgroundColor: string; color: string; }; };