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