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