import { Type } from "igniteui-react-core"; /** * @hidden */ export declare const enum SpreadsheetSelectionContextMenuArea { Column = 0, Row = 1, Cell = 2, TableCell = 7 } /** * @hidden */ export declare let SpreadsheetSelectionContextMenuArea_$type: Type;