export declare const styles: { container: { flexDirection: "row"; width: string; }; backButtonStyle: { justifyContent: "center"; paddingLeft: number; paddingRight: number; }; backButtonIconStyle: { height: number; width: number; resizeMode: "contain"; }; };