export declare const SIZES: { XS: string; SM: string; MD: string; LG: string; }; export declare const CONTROL_SIZES: { xs: number; sm: number; md: number; lg: number; };