import * as React from "react"; import { AgentDesktopPanel2Props } from "./Panel2.definitions"; /** * @classdesc Second panel of AgentDesktopView * @component * @hideconstructor * @param {AgentDesktopPanel2Props} props - props * @category Components / Programmable * @subcategory Components * @private */ export declare class Panel2Impl extends React.PureComponent { static displayName: string; private timeout; componentDidMount(): void; componentWillUnmount(): void; private handleResize; private handleParentSplitterChange; private handleSelectedViewChanged; private renderContainer; render(): JSX.Element; }