import { default as React } from 'react'; import { SafeOmit } from '../../.deps/utils/src'; export interface NestedNavigationHeaderInheritedDivProps extends SafeOmit, 'children' | 'className' | 'title'> { } export interface NestedNavigationHeaderProps extends NestedNavigationHeaderInheritedDivProps { } export declare function NestedNavigationHeader({ ...rest }: NestedNavigationHeaderProps): React.JSX.Element;