import type { DataType } from '../CompoundData'; export declare function getNames(data: DataType): { value: any; label: string; description: any; }; //# sourceMappingURL=getNames.d.ts.map