export function removeCellSelections({ matcher, spreadsheetRef, blockClass, }: {
    matcher: any;
    spreadsheetRef: any;
    blockClass?: string;
}): void;
//# sourceMappingURL=removeCellSelections.d.ts.map