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