import { type ReactNode } from 'react';
export declare const NAVIGATOR_CONFIG = "__oneNavigatorConfig";
export declare function isNavigatorConfigChild(child: unknown): boolean;
export declare function getCustomNavigatorChildren(children: ReactNode): ReactNode[];
//# sourceMappingURL=children.d.ts.map