import React from 'react';
import type { ISplitPane } from '@/Playground/types';
import 'allotment/dist/style.css';
export declare const SplitPane: React.FC<ISplitPane>;
