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