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

declare const Light: ReactIconComponentType;
export default Light;
            