/** * Returns the value if it is non-empty or a fallback text. * * @param value - value to handle * @param emptyValueText - text to display if value is empty * @internal */ export declare function valueWithEmptyHandling(value: string | undefined | null, emptyValueText: string): string; //# sourceMappingURL=valueWithEmptyHandling.d.ts.map