import { CT_Fill } from '../../../openxml/ExcelTypes'; import { IDataProvider } from '../../types/IDataProvider'; export declare function getBackgroundColor(dataProvider: IDataProvider, fill?: CT_Fill): string;