import { TableRowPropertiesCantSplitDescriptor, TableRowPropertiesCellSpacingDescriptor, TableRowPropertiesDivIdDescriptor, TableRowPropertiesHeaderDescriptor, TableRowPropertiesHideCellMarkDescriptor, TableRowPropertiesRowAlignmentDescriptor } from './table-row-descriptors';
import { ITableRowPropertyDescriptor } from './table-row-properties';
export declare class TableRowPropertyDescriptor {
    static cantSplit: TableRowPropertiesCantSplitDescriptor;
    static cellSpacing: TableRowPropertiesCellSpacingDescriptor;
    static divId: TableRowPropertiesDivIdDescriptor;
    static header: TableRowPropertiesHeaderDescriptor;
    static hideCellMark: TableRowPropertiesHideCellMarkDescriptor;
    static rowAlignment: TableRowPropertiesRowAlignmentDescriptor;
    static ALL_FIELDS: ITableRowPropertyDescriptor<any>[];
}
