export function removeCellSelections({ matcher, spreadsheetRef, blockClass, }: {
    matcher: any;
    spreadsheetRef: any;
    blockClass?: string | undefined;
}): void;
