interface ComponentMate { COMPONENT_NAME: N; } export declare function registerComponentMate(mate: ComponentMate): ComponentMate; export {};