import { FC, SVGProps } from 'react'; declare const IconMoon: FC & { fill?: string }>; export default IconMoon;