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