export interface FormLazyObjProps { addText: string; defaultPropertyKeys: string[]; } export declare const FormLazyObj: any; export default FormLazyObj;