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