export declare const ComponentSizes: { Big: string; Default: string; Small: string; Mini: string; }; export type ComponentSize = (typeof ComponentSizes)[keyof typeof ComponentSizes];