import React from "react"; import { ImageSourcePropType, StyleProp } from "react-native"; type Props = { style?: StyleProp; icon?: ImageSourcePropType; title?: string; onBack?: (any: any) => void; transparent?: boolean; background?: ImageSourcePropType; scrollable?: boolean; acceptText?: string; noPaddings?: boolean; noScrollView?: boolean; splitSize?: number; edgeSize?: number; onAccept?: (any: any) => void; children?: React.ReactNode; splitBackground?: ImageSourcePropType; contentStyle?: StyleProp; renderHeader?: React.Component | React.FC | string | number; }; export declare const SplitScreen: React.FC; export {}; //# sourceMappingURL=SplitScreen.d.ts.map