import { DynamicContentStore } from "../../../../flex-ui-core/src"; import * as React from "react"; import { AgentDesktopPanel1Props, Panel1ChildrenKeys } from "./Panel1.definitions"; /** * @classdesc First panel of AgentDesktopView * @class Panel1 * @component * @hideconstructor * @param {Panel1.AgentDesktopPanel1Props} props - props * @category Components / Programmable * @subcategory Components */ export declare class Panel1 extends React.Component { private static readonly friendlyName; static readonly displayName = "AgentDesktopView.Panel1"; /** * Dynamic content store * * @static * @type {DynamicContentStore} * @readonly */ static readonly Content: DynamicContentStore; /** * Default properties * * @static * @type {Panel1.AgentDesktopPanel1Props} * @readonly */ static readonly defaultProps: Partial; render(): JSX.Element; }