import { Backlink, WebviewConfig } from '../../notebook'; declare const PreviewContainer: import("unstated-next").Container<{ backlinks: Backlink[]; backlinksElement: import("react").RefObject; bindAnchorElementsClickEvent: (anchorElements: Array) => void; clickSidebarTocButton: () => any; config: WebviewConfig; contextMenuId: string; enablePreviewZenMode: boolean; getHighlightElementLineRange: (highlightElement: HTMLElement) => number[] | null; hiddenPreviewElement: import("react").RefObject; highlightElement: HTMLElement | null; highlightElementBeingEdited: HTMLElement | null; isLoadingBacklinks: boolean; isLoadingPreview: boolean; isMobile: boolean; isMouseOverPreview: boolean; isPresentationMode: boolean; isRefreshingPreview: boolean; isVSCode: boolean; isVSCodeWebExtension: boolean; markdown: string; markdownEditorExpanded: boolean; postMessage: (command: string, args?: unknown[]) => void; previewElement: import("react").RefObject; previewSyncSource: () => void; refreshBacklinks: (forceRefreshingNotes?: boolean) => void; setHighlightElementBeingEdited: import("react").Dispatch>; setIsMouseOverPreview: import("react").Dispatch>; setMarkdownEditorExpanded: import("react").Dispatch>; setShowBacklinks: import("react").Dispatch>; setShowImageHelper: import("react").Dispatch>; showBacklinks: boolean; showContextMenu: (params: Omit, "id"> & Partial, "id">>) => void; showImageHelper: boolean; showSidebarToc: boolean; sidebarTocElement: import("react").RefObject; sidebarTocHtml: string; sourceScheme: import("react").MutableRefObject; sourceUri: import("react").MutableRefObject; theme: "dark" | "light"; zoomLevel: number; }, void>; export default PreviewContainer;