import { Theme } from '../common';
export declare const selected: string;
export declare const borderHandler: string;
export declare const cellContent: string;
export declare const cellStyle: string;
export declare const containerWrapper: string;
export declare const containerLabelBase: string;
export declare const containerLabelRight: string;
export declare const containerLabelLeft: string;
export declare const containerBorder: (theme: Theme) => string;
export declare const caret: string;
export declare const hoverStates: {
    [index: string]: any;
};
