import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_TableStyleType {
    wholeTable = 0,
    headerRow = 1,
    totalRow = 2,
    firstColumn = 3,
    lastColumn = 4,
    firstRowStripe = 5,
    secondRowStripe = 6,
    firstColumnStripe = 7,
    secondColumnStripe = 8,
    firstHeaderCell = 9,
    lastHeaderCell = 10,
    firstTotalCell = 11,
    lastTotalCell = 12,
    firstSubtotalColumn = 13,
    secondSubtotalColumn = 14,
    thirdSubtotalColumn = 15,
    firstSubtotalRow = 16,
    secondSubtotalRow = 17,
    thirdSubtotalRow = 18,
    blankRow = 19,
    firstColumnSubheading = 20,
    secondColumnSubheading = 21,
    thirdColumnSubheading = 22,
    firstRowSubheading = 23,
    secondRowSubheading = 24,
    thirdRowSubheading = 25,
    pageFieldLabels = 26,
    pageFieldValues = 27
}
/**
 * @hidden
 */
export declare let ST_TableStyleType_$type: Type;
