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