import * as React from 'react'; export declare function setCustomiseHighlight(enabled: boolean): void; export declare function withDynamicComponent
(remoteModuleName: string, DefaultComponent: React.ComponentType
): any;