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