export interface RemoteFrameInterface extends React.ComponentClass {} declare const RemoteFrame: RemoteFrameInterface; export default RemoteFrame;