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