import { CellValue } from './CellValue';
/**
 * A purely declarative type. This object has no additional properties.
 */
export declare class TabCellValue extends CellValue {
    constructor(style: any);
}
