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