export declare type PropsType = { [prop: string]: T; }; export declare function isRawValue(value: any): value is RawValue;