import { default as React } from 'react'; import { LineProps } from '../index-types'; declare const _default: React.MemoExoticComponent<({ line, scale, offset, palette, vertical, canvasWidth, canvasHeight, width, height, thick, lockLine, deleteLabel, isInScale, onUpdate, onDelete }: LineProps) => import("react/jsx-runtime").JSX.Element>; export default _default; //# sourceMappingURL=RulerLine.d.ts.map