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