import { Framework } from "@ruiapp/move-style"; export declare function getDataDictionaryEntries(framework: Framework, dataDictionaryCode: string): { name: any; value: string | number; color?: string; icon?: string; description?: string; orderNum?: number; disabled?: boolean; i18n?: Record; locales?: Record; deprecated?: boolean; deprecationDescription?: string; }[];