import { Type } from "igniteui-react-core"; /** * @hidden */ export declare const enum FormatCellsDialogTab { None = 0, Number = 1, Alignment = 2, Font = 4, Border = 8, Fill = 16, Protection = 32, All = 63 } /** * @hidden */ export declare let FormatCellsDialogTab_$type: Type;