import type { NativeStackNavigationOptions } from '@react-navigation/native-stack';
import type { StackToolbarProps } from './StackToolbar.types';
export declare function appendStackToolbarConfig(options: NativeStackNavigationOptions, props: StackToolbarProps): NativeStackNavigationOptions;
export declare function exposeStackToolbarConfig(options: Record<string, any>): Record<string, any>;
//# sourceMappingURL=StackToolbar.shared.d.ts.map