export declare function tuiCoerceValue<T>(value?: T): Record<string, unknown> | T | boolean | number | string | null;
