import { ReactIconComponentType } from '../types';

declare const ModeNight: ReactIconComponentType;
export default ModeNight;
            