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