import React from 'react';
import { ViewStyle } from 'react-native';
export declare const SplitView: (props: JSX.IntrinsicAttributes & {
    master: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
    detail: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
    containerStyle?: ViewStyle;
    masterStyle?: ViewStyle;
    detailStyle?: ViewStyle;
}) => JSX.Element;
export * from './libs/tableContext';
export * from './libs/sysBackHandler';
export * from './libs/navigator/navigate';
export * from './libs/navigator/detailNavigator';
export * from './libs/navigator/masterNavigator';
