import type { StaticLabel } from 'payload'; /** Returns the StaticLabel object for the given translation to to use inside the field label. */ export declare function translatedLabel(key: string): StaticLabel;