declare const DOCX: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'; declare const PDF: 'application/pdf'; declare const HTML: 'text/html'; declare function getFileObject(fileUrl: string, name: string, type: string): Promise; declare function compareVersions(version1: string, version2: string): -1 | 0 | 1; /** URL to the blank DOCX template. */ export declare const BlankDOCX: string; export { DOCX, PDF, HTML, getFileObject, compareVersions }; export { SuperDoc } from '../core/SuperDoc.js'; export { buildTheme } from '../core/theme/create-theme.js'; export { createTheme } from '../core/theme/create-theme.js'; export type { AwarenessState } from '../core/types/index.js'; export type { AwarenessUser } from '../core/types/index.js'; export type { BlockNavigationAddress } from '../core/types/index.js'; export type { BookmarkAddress } from '../core/types/index.js'; export type { CanPerformPermissionParams } from '../core/types/index.js'; export type { CollaborationConfig } from '../core/types/index.js'; export type { CommentAddress } from '../core/types/index.js'; export type { CommentsType } from '../core/types/index.js'; export type { Config } from '../core/types/index.js'; export type { DirectSurfaceRequest } from '../core/types/index.js'; export type { DocRange } from '../core/types/index.js'; export type { Document } from '../core/types/index.js'; export type { DocumentMode } from '../core/types/index.js'; export type { EditorSurface } from '../core/types/index.js'; export type { EditorTransactionEvent } from '../core/types/index.js'; export type { EditorUpdateEvent } from '../core/types/index.js'; export type { ExportParams } from '../core/types/index.js'; export type { ExportType } from '../core/types/index.js'; export type { ExternalPopoverRenderContext } from '../core/types/index.js'; export type { ExternalSurfaceRenderContext } from '../core/types/index.js'; export type { FindReplaceContext } from '../core/types/index.js'; export type { FindReplaceHandle } from '../core/types/index.js'; export type { FindReplaceRenderContext } from '../core/types/index.js'; export type { FindReplaceResolution } from '../core/types/index.js'; export type { IntentSurfaceRequest } from '../core/types/index.js'; export type { Modules } from '../core/types/index.js'; export type { NavigableAddress } from '../core/types/index.js'; export type { PasswordPromptAttemptResult } from '../core/types/index.js'; export type { PasswordPromptConfig } from '../core/types/index.js'; export type { PasswordPromptContext } from '../core/types/index.js'; export type { PasswordPromptHandle } from '../core/types/index.js'; export type { PasswordPromptRenderContext } from '../core/types/index.js'; export type { PasswordPromptResolution } from '../core/types/index.js'; export type { PermissionResolverParams } from '../core/types/index.js'; export type { ResolvedFindReplaceTexts } from '../core/types/index.js'; export type { ResolvedPasswordPromptTexts } from '../core/types/index.js'; export type { ContentControlActiveChangePayload } from '../core/types/index.js'; export type { ContentControlClickPayload } from '../core/types/index.js'; export type { SdtRef } from '../core/types/index.js'; export type { SearchMatch } from '../core/types/index.js'; export type { StoryLocator } from '../core/types/index.js'; export type { SuperDocAwarenessUpdatePayload } from '../core/types/index.js'; export type { SuperDocCommentsUpdatePayload } from '../core/types/index.js'; export type { SuperDocEditorPayload } from '../core/types/index.js'; export type { SuperDocExceptionEditorPayload } from '../core/types/index.js'; export type { SuperDocExceptionPayload } from '../core/types/index.js'; export type { SuperDocExceptionRestorePayload } from '../core/types/index.js'; export type { SuperDocExceptionStorePayload } from '../core/types/index.js'; export type { SuperDocLayoutEngineOptions } from '../core/types/index.js'; export type { SuperDocLockedPayload } from '../core/types/index.js'; export type { SuperDocReadyPayload } from '../core/types/index.js'; export type { SuperDocState } from '../core/types/index.js'; export type { SuperDocTelemetryConfig } from '../core/types/index.js'; export type { SurfaceComponentProps } from '../core/types/index.js'; export type { SurfaceFloatingPlacement } from '../core/types/index.js'; export type { SurfaceHandle } from '../core/types/index.js'; export type { SurfaceMode } from '../core/types/index.js'; export type { SurfaceOutcome } from '../core/types/index.js'; export type { SurfaceRequest } from '../core/types/index.js'; export type { SurfaceResolution } from '../core/types/index.js'; export type { SurfaceResolver } from '../core/types/index.js'; export type { SurfacesModuleConfig } from '../core/types/index.js'; export type { TrackChangesModuleConfig } from '../core/types/index.js'; export type { TrackedChangeAddress } from '../core/types/index.js'; export type { UpgradeToCollaborationOptions } from '../core/types/index.js'; export type { ViewingVisibilityConfig } from '../core/types/index.js'; export { getSchemaIntrospection } from '../helpers/schema-introspection.js'; export { assertNodeType } from '../../../super-editor/src/index.js'; export { createZip } from '../../../super-editor/src/index.js'; export { defineMark } from '../../../super-editor/src/index.js'; export { defineNode } from '../../../super-editor/src/index.js'; export { Editor } from '../../../super-editor/src/index.js'; export { Extensions } from '../../../super-editor/src/index.js'; export { getActiveFormatting } from '../../../super-editor/src/index.js'; export { getAllowedImageDimensions } from '../../../super-editor/src/index.js'; export { getMarksFromSelection } from '../../../super-editor/src/index.js'; export { getRichTextExtensions } from '../../../super-editor/src/index.js'; export { getStarterExtensions } from '../../../super-editor/src/index.js'; export { isMarkType } from '../../../super-editor/src/index.js'; export { isNodeType } from '../../../super-editor/src/index.js'; export type { BinaryData } from '../../../super-editor/src/index.js'; export type { BlocksListResult } from '../../../super-editor/src/index.js'; export type { BookmarkInfo } from '../../../super-editor/src/index.js'; export type { CollaborationProvider } from '../../../super-editor/src/index.js'; export type { Comment } from '../../../super-editor/src/index.js'; export type { CommentConfig } from '../../../super-editor/src/index.js'; export type { CommentElement } from '../../../super-editor/src/index.js'; export type { CommentLocationsPayload } from '../../../super-editor/src/index.js'; export type { CommentsPayload } from '../../../super-editor/src/index.js'; export type { DocumentApi } from '../../../super-editor/src/index.js'; export type { DocumentProtectionState } from '../../../super-editor/src/index.js'; export type { DocxFileEntry } from '../../../super-editor/src/index.js'; export type { EditorEventMap } from '../../../super-editor/src/index.js'; export type { EditorLifecycleState } from '../../../super-editor/src/index.js'; export type { EntityAddress } from '../../../super-editor/src/index.js'; export type { ExportDocxParams } from '../../../super-editor/src/index.js'; export type { ExportFormat } from '../../../super-editor/src/index.js'; export type { ExportOptions } from '../../../super-editor/src/index.js'; export type { FieldValue } from '../../../super-editor/src/index.js'; export type { FontConfig } from '../../../super-editor/src/index.js'; export type { FontsResolvedPayload } from '../../../super-editor/src/index.js'; export type { ImageDeselectedEvent } from '../../../super-editor/src/index.js'; export type { ImageSelectedEvent } from '../../../super-editor/src/index.js'; export type { LinkPopoverContext } from '../../../super-editor/src/index.js'; export type { LinkPopoverResolution } from '../../../super-editor/src/index.js'; export type { LinkPopoverResolver } from '../../../super-editor/src/index.js'; export type { OpenOptions } from '../../../super-editor/src/index.js'; export type { PageMargins } from '../../../super-editor/src/index.js'; export type { PageSize } from '../../../super-editor/src/index.js'; export type { PageStyles } from '../../../super-editor/src/index.js'; export type { PartChangedEvent } from '../../../super-editor/src/index.js'; export type { PermissionParams } from '../../../super-editor/src/index.js'; export type { ProofingCapabilities } from '../../../super-editor/src/index.js'; export type { ProofingCheckRequest } from '../../../super-editor/src/index.js'; export type { ProofingCheckResult } from '../../../super-editor/src/index.js'; export type { ProofingConfig } from '../../../super-editor/src/index.js'; export type { ProofingError } from '../../../super-editor/src/index.js'; export type { ProofingIssue } from '../../../super-editor/src/index.js'; export type { ProofingIssueKind } from '../../../super-editor/src/index.js'; export type { ProofingProvider } from '../../../super-editor/src/index.js'; export type { ProofingSegment } from '../../../super-editor/src/index.js'; export type { ProofingSegmentMetadata } from '../../../super-editor/src/index.js'; export type { ProofingStatus } from '../../../super-editor/src/index.js'; export type { ProtectionChangeSource } from '../../../super-editor/src/index.js'; export type { ResolveRangeOutput } from '../../../super-editor/src/index.js'; export type { SaveOptions } from '../../../super-editor/src/index.js'; export type { ScrollIntoViewInput } from '../../../super-editor/src/index.js'; export type { ScrollIntoViewOutput } from '../../../super-editor/src/index.js'; export type { SelectionApi } from '../../../super-editor/src/index.js'; export type { SelectionCommandContext } from '../../../super-editor/src/index.js'; export type { SelectionCurrentInput } from '../../../super-editor/src/index.js'; export type { SelectionHandle } from '../../../super-editor/src/index.js'; export type { SelectionInfo } from '../../../super-editor/src/index.js'; export type { TextAddress } from '../../../super-editor/src/index.js'; export type { TextSegment } from '../../../super-editor/src/index.js'; export type { TextTarget } from '../../../super-editor/src/index.js'; export type { TrackedChangesMode } from '../../../super-editor/src/index.js'; export type { UnsupportedContentItem } from '../../../super-editor/src/index.js'; export type { User } from '../../../super-editor/src/index.js'; export type { ViewLayout } from '../../../super-editor/src/index.js'; export type { ViewOptions } from '../../../super-editor/src/index.js'; export type { ContextMenuConfig } from '../core/types/index.js'; export type { ContextMenuContext } from '../core/types/index.js'; export type { ContextMenuItem } from '../core/types/index.js'; export type { ContextMenuSection } from '../core/types/index.js'; export type { FindReplaceConfig } from '../core/types/index.js'; export { AIWriter } from '../../../super-editor/src/index.js'; export { CommentsPluginKey } from '../../../super-editor/src/index.js'; export { ContextMenu } from '../../../super-editor/src/index.js'; export { DocxZipper } from '../../../super-editor/src/index.js'; export { fieldAnnotationHelpers } from '../../../super-editor/src/index.js'; export { PresentationEditor } from '../../../super-editor/src/index.js'; export { SlashMenu } from '../../../super-editor/src/index.js'; export { SuperConverter } from '../../../super-editor/src/index.js'; export { SuperEditor } from '../../../super-editor/src/index.js'; export { SuperInput } from '../../../super-editor/src/index.js'; export { SuperToolbar } from '../../../super-editor/src/index.js'; export { Toolbar } from '../../../super-editor/src/index.js'; export { TrackChangesBasePluginKey } from '../../../super-editor/src/index.js'; export type { BoundingRect } from '../../../super-editor/src/index.js'; export type { CanObject } from '../../../super-editor/src/index.js'; export type { ChainableCommandObject } from '../../../super-editor/src/index.js'; export type { ChainedCommand } from '../../../super-editor/src/index.js'; export type { Command } from '../../../super-editor/src/index.js'; export type { CommandProps } from '../../../super-editor/src/index.js'; export type { CoreCommandMap } from '../../../super-editor/src/index.js'; export type { EditorCommands } from '../../../super-editor/src/index.js'; export type { EditorExtension } from '../../../super-editor/src/index.js'; export type { EditorOptions } from '../../../super-editor/src/index.js'; export type { EditorState } from '../../../super-editor/src/index.js'; export type { EditorView } from '../../../super-editor/src/index.js'; export type { ExtensionCommandMap } from '../../../super-editor/src/index.js'; export type { FlowBlock } from '../../../super-editor/src/index.js'; export type { FlowMode } from '../../../super-editor/src/index.js'; export type { Layout } from '../../../super-editor/src/index.js'; export type { LayoutEngineOptions } from '../../../super-editor/src/index.js'; export type { LayoutError } from '../../../super-editor/src/index.js'; export type { LayoutFragment } from '../../../super-editor/src/index.js'; export type { LayoutMetrics } from '../../../super-editor/src/index.js'; export type { LayoutMode } from '../../../super-editor/src/index.js'; export type { LayoutPage } from '../../../super-editor/src/index.js'; export type { LayoutState } from '../../../super-editor/src/index.js'; export type { ListDefinitionsPayload } from '../../../super-editor/src/index.js'; export type { Measure } from '../../../super-editor/src/index.js'; export type { PaginationPayload } from '../../../super-editor/src/index.js'; export type { PaintSnapshot } from '../../../super-editor/src/index.js'; export type { PartId } from '../../../super-editor/src/index.js'; export type { PartSectionId } from '../../../super-editor/src/index.js'; export type { PositionHit } from '../../../super-editor/src/index.js'; export type { PresenceOptions } from '../../../super-editor/src/index.js'; export type { PresentationEditorOptions } from '../../../super-editor/src/index.js'; export type { ProseMirrorJSON } from '../../../super-editor/src/index.js'; export type { RangeRect } from '../../../super-editor/src/index.js'; export type { RemoteCursorState } from '../../../super-editor/src/index.js'; export type { RemoteUserInfo } from '../../../super-editor/src/index.js'; export type { Schema } from '../../../super-editor/src/index.js'; export type { SectionMetadata } from '../../../super-editor/src/index.js'; export type { TrackedChangesOverrides } from '../../../super-editor/src/index.js'; export type { Transaction } from '../../../super-editor/src/index.js'; export type { VirtualizationOptions } from '../../../super-editor/src/index.js'; /** @internal */ export { AnnotatorHelpers } from '../../../super-editor/src/index.js'; /** @internal */ export { registeredHandlers } from '../../../super-editor/src/index.js'; /** @internal */ export { SectionHelpers } from '../../../super-editor/src/index.js'; /** @internal */ export { helpers as superEditorHelpers } from '../../../super-editor/src/index.js'; /** @internal */ export { trackChangesHelpers } from '../../../super-editor/src/index.js'; /** @internal */ export type { LayoutUpdatePayload } from '../../../super-editor/src/index.js'; /** @internal */ export type { RemoteCursorsRenderPayload } from '../../../super-editor/src/index.js'; /** @internal */ export type { TelemetryEvent } from '../../../super-editor/src/index.js'; //# sourceMappingURL=index.d.ts.map