import { RankedProfile } from "../../../flex-ui-core/src"; export declare const getTraitValue: (rankedProfile: RankedProfile, trait?: { from?: string; to?: string; }) => string | undefined;