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