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