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