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