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