import { ColorStyles } from "../../theme"; export declare const scaleVariants: { xs: { height: string; padding: string; }; sm: { height: string; padding: string; }; md: { height: string; padding: string; }; lg: { height: string; padding: string; }; icon: { height: string; }; }; export declare const styleVariants: { red: { backgroundColor: ColorStyles; color: ColorStyles; }; brown: { backgroundColor: ColorStyles; color: ColorStyles; }; deepbrown: { backgroundColor: ColorStyles; color: ColorStyles; }; lightbrown: { backgroundColor: ColorStyles; color: ColorStyles; }; line: { backgroundColor: ColorStyles; color: ColorStyles; borderWidth: string; borderStyle: string; borderColor: ColorStyles; }; transparent: { backgroundColor: string; }; primary: { backgroundColor: ColorStyles; color: ColorStyles; }; secondary: { backgroundColor: ColorStyles; color: ColorStyles; }; tertiary: { backgroundColor: ColorStyles; color: ColorStyles; }; subtle: { backgroundColor: string; color: string; }; danger: { backgroundColor: string; color: string; }; success: { backgroundColor: string; color: string; }; text: { backgroundColor: string; color: string; boxShadow: string; }; };