import type SizeProps from "../types/SizeProps"; declare const getIconSize: (size?: SizeProps) => "text-moon-16" | "text-moon-24" | "text-moon-32"; export default getIconSize; //# sourceMappingURL=getIconSize.d.ts.map