import type { ComponentType } from 'react'; export declare function register(Component: ComponentType): void;