export declare const base: string;
export declare const sizeVariants: {
    small: string;
    medium: string;
    large: string;
};
