export declare type TSchema = T & { name: string; title: string; icon?: any; fields: any[]; };