export declare type SplitterOrientation = 'vertical' | 'horizontal';
export declare type CollapseDirection = 'before' | 'after' | 'both';
