export declare const SplitterTheme: { root: { background: string; borderColor: string; color: string; transitionDuration: string; }; gutter: { background: string; }; handle: { size: string; background: string; borderRadius: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; }; };