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