import { DynamicContentStore } from "../../../flex-ui-core/src"; import * as React from "react"; import { ConnectingOutboundCallCanvasChildrenProps } from "./ConnectingOutboundCallCanvas.definitions"; export declare const displayName = "ConnectingOutboundCallCanvas"; export declare const contentStore: DynamicContentStore; export declare class ConnectingOutboundCallCanvasImpl extends React.PureComponent { static displayName: string; render(): JSX.Element; }