export declare type VJson = any; export declare type ViewExtendType = { [P in keyof T]?: Partial; };