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