import type Sizes from "../types/Sizes"; declare const getSize: (size?: Sizes) => "w-4 h-4" | "w-6 h-6" | "w-8 h-8" | "w-12 h-12" | "w-10 h-10"; export default getSize; //# sourceMappingURL=getSize.d.ts.map