import { ISplitPanel } from './types';
export declare const useSplitPanel: (props: Partial<ISplitPanel>) => ISplitPanel;
