import { DocumentOutlineProps } from './types'; type DocumentOutlineTOCPanelProps = Pick; export declare const DocumentOutlineTOCPanel: ({ editor, hasToC, items, setItems, showTOC, setShowTOC, orientation, }: DocumentOutlineTOCPanelProps) => import("react/jsx-runtime").JSX.Element; export {};