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