/// import { LayoutMode } from 'ketcher-core'; declare type Props = { lineLengthValue: number; offsetX: number; isDragging: boolean; layoutMode: LayoutMode; onCommitValue: (value: number) => void; }; declare const _default: import("react").MemoExoticComponent<({ lineLengthValue, offsetX, isDragging, layoutMode, onCommitValue, }: Props) => import("@emotion/react/jsx-runtime").JSX.Element>; export default _default;