import { IntlShape } from 'react-intl';
import { ReferenceListsTable, ReferenceListsTableItem } from './types';
export declare function transformItems(items: ReferenceListsTableItem[] | ReferenceListsTable[], intl: IntlShape): {
    value: string;
    label: string;
}[];
