import { EditorState, Plugin } from "prosemirror-state"; declare const uploadPlaceholder: Plugin; export default uploadPlaceholder; export declare function findPlaceholder(state: EditorState, id: string): [number, number] | null; //# sourceMappingURL=uploadPlaceholder.d.ts.map