export declare class RowStyle { oddColor: string; evenColor: string; constructor(rowStyle?: RowStyle); }