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