import { FunctionComponent } from 'preact';
import { TIconProps } from '../../types';
declare const MoonIcon: FunctionComponent<TIconProps>;
export default MoonIcon;
//# sourceMappingURL=MoonIcon.d.ts.map