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