import * as React from 'react'; export default class RootView extends React.Component { constructor(props: any); render(): JSX.Element; static add: (ele: any) => void; static remove: (guid: string) => void; static removeAll: () => void; }