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