import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const ExposureNeg2Icon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default ExposureNeg2Icon;
