import { MoveableManagerInterface } from "react-moveable"; export declare const MoveableCustomEditable: { readonly events: readonly []; readonly props: readonly []; readonly name: "customEditable"; } & { render(moveable: MoveableManagerInterface<{ editionPill?: React.ReactNode; onEditionPillPointerMove?: (e: React.PointerEvent) => void; forcedPillPosition?: "top" | "bottom"; }>): import("react").JSX.Element | null; }; //# sourceMappingURL=MoveableCustomEditable.d.ts.map