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