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