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