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