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