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

declare const LightMode: ReactIconComponentType;
export default LightMode;
            