import { ScreenOrientationType } from '../../constants'; import { SplitLayoutType } from './types'; export { SplitLayout } from './constants'; export * from './Pane'; export * from './SplitPane'; export * from './StyledSplitPane'; export * from './types'; export declare function mapScreenOrientationTypeToSplitLayout(type: ScreenOrientationType): SplitLayoutType;