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