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