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