export declare const styleVariants: { round: { borderRadius: string; }; flat: { borderRadius: number; }; }; export default styleVariants;