import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum BuiltInStyleType {
    Normal = 0,
    RowLevelX = 1,
    ColLevelX = 2,
    Comma = 3,
    Currency = 4,
    Percent = 5,
    Comma0 = 6,
    Currency0 = 7,
    Hyperlink = 8,
    FollowedHyperlink = 9,
    Note = 10,
    WarningText = 11,
    Emphasis1 = 12,
    Emphasis2 = 13,
    Emphasis3 = 14,
    Title = 15,
    Heading1 = 16,
    Heading2 = 17,
    Heading3 = 18,
    Heading4 = 19,
    Input = 20,
    Output = 21,
    Calculation = 22,
    CheckCell = 23,
    LinkedCell = 24,
    Total = 25,
    Good = 26,
    Bad = 27,
    Neutral = 28,
    Accent1 = 29,
    Accent1pct20 = 30,
    Accent1pct40 = 31,
    Accent1pct60 = 32,
    Accent2 = 33,
    Accent2pct20 = 34,
    Accent2pct40 = 35,
    Accent2pct60 = 36,
    Accent3 = 37,
    Accent3pct20 = 38,
    Accent3pct40 = 39,
    Accent3pct60 = 40,
    Accent4 = 41,
    Accent4pct20 = 42,
    Accent4pct40 = 43,
    Accent4pct60 = 44,
    Accent5 = 45,
    Accent5pct20 = 46,
    Accent5pct40 = 47,
    Accent5pct60 = 48,
    Accent6 = 49,
    Accent6pct20 = 50,
    Accent6pct40 = 51,
    Accent6pct60 = 52,
    ExplanatoryText = 53
}
/**
 * @hidden
 */
export declare let BuiltInStyleType_$type: Type;
