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