/** * Returns the element's `label` if present, otherwise its `i18n` property. */ export declare const getAbsoluteLabel: (element: { label?: string; i18n?: string; }) => string | undefined;