import type { PresentationEditorProps } from './presentation-editor-types'; export type { PresentationEditorProps } from './presentation-editor-types'; export declare function PresentationEditor(props: PresentationEditorProps): import("react").JSX.Element;