export declare function getComponent(scope: string, type: string): any; export declare function hasComponent(scope: string, type: string): any; export declare function getFieldComponent(scope: string, component: any): any; export declare function registerBaseComponent(scope: string, name: string, Component: any, defaultConfig?: {}): void; export declare function registerComponent(scope: string, name: string, EditComponent: any, TextComponent?: any, defaultConfig?: {}): void;