export declare class ColumnStyle { oddColor: string; evenColor: string; constructor(columnStyle?: ColumnStyle); }