import React from 'react'; import type { Application } from '../../index'; export declare class BottomSection extends React.Component<{ app?: Application; }> { render(): React.ReactElement; }