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