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