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