export declare type Size = 'small' | 'medium'; export declare enum SIZES { small = "small", medium = "medium" }