import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgNightlightRound: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgNightlightRound; //# sourceMappingURL=NightlightRound.d.ts.map