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