import { IconProps } from '../lib';
declare function Umbrella(props: IconProps): JSX.Element;
export default Umbrella;
