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