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