import { IconProps } from '../lib';
declare function SunHorizon({ weight, color, size, style }: IconProps): JSX.Element;
export default SunHorizon;
