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