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