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