/** @packageDocumentation * @module Common */ import { PropertyRecord } from "@bentley/ui-abstract"; /** * @internal * @deprecated The function attempts to return a string representation of `PropertyRecord` which is not always * valid. Instead, `PropertyValueRendererManager` should be used to render PropertyRecords. */ export declare function getPropertyRecordAsString(label: PropertyRecord): string; //# sourceMappingURL=getPropertyRecordAsString.d.ts.map