import React from "react"; import { ImageSourcePropType, StyleProp } from "react-native"; type Props = { children?: React.ReactNode; style?: StyleProp; titleStyle?: StyleProp; titleTextStyle?: StyleProp; icon?: ImageSourcePropType; onLeftPress?: (any: any) => void; leftButtonIcon?: string; leftButtonFont?: string; leftButtonColor?: string; leftButtonIconColor?: string; leftButtonLabel?: string; }; export declare const ScreenHeader: React.FC; export {}; //# sourceMappingURL=ScreenHeader.d.ts.map