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