import { FC } from 'react';
import { ISplitPanel } from './types';
export declare const SplitPanel: FC<ISplitPanel>;
