export declare const rootSizeClasses: (size: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined, prop: "size" | "width" | "height" | "min-width" | "min-height") => string | undefined; export declare const nestedSizeClasses: (size: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined, prop: "size" | "width" | "height" | "min-width" | "min-height") => string | undefined; //# sourceMappingURL=size-utls.d.ts.map