import { CustomSortStrategy } from '../../Strategy/CustomSortStrategy'; import { IAdaptableBlotter } from '../../Utilities/Interface/IAdaptableBlotter'; import { CustomSort } from '../../PredefinedConfig/RunTimeState/CustomSortState'; export declare class CustomSortStrategyagGrid extends CustomSortStrategy { constructor(blotter: IAdaptableBlotter); getComparerFunction(customSort: CustomSort, blotter: IAdaptableBlotter): Function; }