import { ReactElement } from 'react'; import { IApplicationHubProps } from '../../../types/components/stream/AppHub'; declare const AppHub: (props: IApplicationHubProps) => ReactElement | null; export default AppHub;