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