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