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