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