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