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