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