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