export declare type IMSplitDirection = 'horizontal' | 'vertical'; export interface IMSplitArea { area1: number; area2: number; }