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