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