import type { PendingLinesPanelProps } from './MasterDocument.types'; export declare function PendingLinesPanel({ lines, selectedLineIds, quantities, errors, loading, onLineSelect, onTrySelectTerminalLine, onQuantityChange, formatNumber, className, }: PendingLinesPanelProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=PendingLinesPanel.d.ts.map