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