import type { ReactNode } from 'react';
export declare const createStackNavigator: (config?: any) => any;
export declare function getStackNavigatorProps(children: ReactNode): {
    headlessChildren: ReactNode[];
} | {
    headlessChildren?: undefined;
};
//# sourceMappingURL=stack-navigator.web.d.ts.map