import type { SplitterPanelProps, SplitterProps } from './types';
export declare function SplitterCustom({ color, orientation, disabled, hidden, ...props }: SplitterProps): import("react/jsx-runtime").JSX.Element;
export declare function SplitterPanelCustom({ ...props }: SplitterPanelProps): import("react/jsx-runtime").JSX.Element;
