export declare enum BuiltInCellStyleName {
    Normal = "Normal",
    RowLevel = "RowLevel_#",
    ColLevel = "ColLevel_#",
    Comma = "Comma",
    Currency = "Currency",
    Percent = "Percent",
    Comma0 = "Comma [0]",
    Currency0 = "Currency [0]",
    Hyperlink = "Hyperlink",
    FollowedHyperlink = "Followed Hyperlink",
    Note = "Note",
    WarningText = "Warning Text",
    Unknown12 = "??-12",
    Unknown13 = "??-13",
    Unknown14 = "??-14",
    Title = "Title",
    Heading1 = "Heading 1",
    Heading2 = "Heading 2",
    Heading3 = "Heading 3",
    Heading4 = "Heading 4",
    Input = "Input",
    Output = "Output",
    Calculation = "Calculation",
    CheckCell = "Check Cell",
    LinkedCell = "Linked Cell",
    Total = "Total",
    Good = "Good",
    Bad = "Bad",
    Neutral = "Neutral",
    Accent1 = "Accent1",
    Accent1_20 = "20% - Accent1",
    Accent1_40 = "40% - Accent1",
    Accent1_60 = "60% - Accent1",
    Accent2 = "Accent2",
    Accent2_20 = "20% - Accent2",
    Accent2_40 = "40% - Accent2",
    Accent2_60 = "60% - Accent2",
    Accent3 = "Accent3",
    Accent3_20 = "20% - Accent3",
    Accent3_40 = "40% - Accent3",
    Accent3_60 = "60% - Accent3",
    Accent4 = "Accent4",
    Accent4_20 = "20% - Accent4",
    Accent4_40 = "40% - Accent4",
    Accent4_60 = "60% - Accent4",
    Accent5 = "Accent5",
    Accent5_20 = "20% - Accent5",
    Accent5_40 = "40% - Accent5",
    Accent5_60 = "60% - Accent5",
    Accent6 = "Accent6",
    Accent6_20 = "20% - Accent6",
    Accent6_40 = "40% - Accent6",
    Accent6_60 = "60% - Accent6",
    ExplanatoryText = "Explanatory Text"
}
//# sourceMappingURL=IBuiltInCellStyles.d.ts.map