import { Column } from '../core/column'; export declare function createBackground(columns: Column[], opts: { columnStrokeWidth: any; columnStrokeColor: any; }): string; export declare function createWeekEndsHighlight(columns: any, opts: { from: any; highlightColor: any; }): string;