import React from 'react'; import type { PageTreeDoc } from '../utilities/pageTree.js'; export declare function PageTreeTitleCell({ children, doc, homeIndicatorEnabled, }: { children: React.ReactNode; doc: PageTreeDoc; homeIndicatorEnabled: boolean; }): import("react/jsx-runtime").JSX.Element;