export declare const SIZES: readonly ["xs", "sm", "md", "lg", "xl"]; export declare type TypeSize = typeof SIZES[number];