import { ForwardRefExoticComponent, HTMLAttributes, RefAttributes } from "react"; import { DropIndicatorElement, DropIndicatorProps as DropIndicatorProps$1 } from "@prosekit/web/drop-indicator"; /** Props for the {@link DropIndicator} React component. */ interface DropIndicatorProps { /** * The ProseKit editor instance. * * @default null * @hidden */ editor?: DropIndicatorProps$1['editor']; /** * The line width in pixels. * * @default 2 */ width?: DropIndicatorProps$1['width']; } /** A React component that renders an `prosekit-drop-indicator` custom element. */ export declare const DropIndicator: ForwardRefExoticComponent & RefAttributes>; export type { DropIndicatorProps }; //# sourceMappingURL=drop-indicator.d.ts.map