export function moveColumnIndicatorLine({ blockClass, clonedSelectionElement, ref, spreadsheetCoords, leftScrollAmount, }: {
blockClass?: string | undefined;
clonedSelectionElement: any;
ref: any;
spreadsheetCoords: any;
leftScrollAmount: any;
}): void;