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