export declare const dictionaryLink: string; declare const _default: { [x: string]: string | boolean | { type: string; properties: { id: { title: string; type: string; }; dataLocation: { title: string; type: string; }; }; }; type: string; items: { type: string; properties: { id: { title: string; type: string; }; dataLocation: { title: string; type: string; }; }; }; }; export default _default;