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