import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum SpreadsheetContextMenuSubItem {
    InsertCells = 0,
    DeleteCells = 1,
    Sort = 2,
    Filter = 3,
    Select = 4,
    Table = 5,
    NumberFilters = 6,
    TextFilters = 7,
    DateFilters = 8,
    AllDatesInPeriod = 9,
    SortByColor = 10,
    SortByCellColor = 11,
    SortByFontColor = 12,
    SortByIcon = 13,
    FilterByColor = 14,
    FilterByCellColor = 15,
    FilterByFontColor = 16,
    FilterByIcon = 17
}
/**
 * @hidden
 */
export declare let SpreadsheetContextMenuSubItem_$type: Type;
