import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const Snow: React.FC<IconBaseProps>;
export default Snow;
