import * as React from 'react';
/**
 * Component to make the child navigation container independent of parent containers.
 */
export declare function NavigationIndependentTree({ children, }: {
    children: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=NavigationIndependentTree.d.ts.map