import { AdaptableApi, CustomSort } from '../../../../types'; export declare const getCustomSortColumnViewItems: (customSort: CustomSort, api: AdaptableApi) => { name: string; values: string[]; };