export function moveColumnIndicatorLine({ blockClass, clonedSelectionElement, ref, spreadsheetCoords, leftScrollAmount, }: {
    blockClass?: string;
    clonedSelectionElement: any;
    ref: any;
    spreadsheetCoords: any;
    leftScrollAmount: any;
}): void;
//# sourceMappingURL=moveColumnIndicatorLine.d.ts.map