/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */
export declare const HEADER_CELL_SELECTOR = ".cdk-header-cell, .mat-header-cell";
export declare const HEADER_ROW_SELECTOR = ".cdk-header-row, .mat-header-row";
export declare const RESIZE_OVERLAY_SELECTOR = ".mat-column-resize-overlay-thumb";
