/** * Our components require a certain context that may or may not * be provided by the user application; this wrapper ensures * they can be used either way. */ export declare function externalizeComponent(Component: T): T;