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