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