import React from "react"; import { ICallingContainerStatefulProps } from "./ICallingContainerStatefulProps"; export declare const CallingContainerStateful: (props: ICallingContainerStatefulProps) => React.JSX.Element; export default CallingContainerStateful;