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