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