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