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