export declare const componentSizes: readonly ["default", "small", "large"]; export declare type ComponentSize = typeof componentSizes[number];