import React from "react"; type MoverProps = { type: string; }; declare const DragBlockIndicator: ({ type }: MoverProps) => React.JSX.Element | null; export default DragBlockIndicator;