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