import type { Components, JSX } from "../types/components"; interface PosLogin extends Components.PosLogin, HTMLElement {} export const PosLogin: { prototype: PosLogin; new (): PosLogin; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;