import { IFastItemColumn$1 } from "igniteui-react-core"; import { Type } from "igniteui-react-core"; /** * @hidden */ export interface IHasHighLowValueCategory { readonly highColumn: IFastItemColumn$1; readonly lowColumn: IFastItemColumn$1; } /** * @hidden */ export declare let IHasHighLowValueCategory_$type: Type;