export declare function defaultIfEmpty(text?: string | null, defaultValue?: string | null): string | null | undefined;
