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