declare const Component: { clean: (options: any, alsoRemove?: string[]) => {}; defaultValue: (component: any, formData: any) => any; defaultValueFromConfig: (component: any, data: any) => any; editable: (options: any) => any; elevateNested: (components: any, data: any) => any[]; get: any; setupContainerPaths: (container: any) => any; show: (component: any, data: any) => boolean; wrap: any; }; export default Component;