export declare enum RowType {
    Header,
    Section,
    Row,
    SummaryRow
}
