import type SizeProps from "../types/SizeProps"; declare const getWrapperSize: (size?: SizeProps) => "h-6 w-6 text-moon-10-caption" | "h-8 w-8 text-moon-12" | "h-10 w-10 text-moon-14" | "h-12 w-12 text-moon-16" | "h-14 w-14 text-moon-16" | "h-16 w-16 text-moon-20"; export default getWrapperSize; //# sourceMappingURL=getWrapperSize.d.ts.map