import { Icon } from "../../../flex-ui-core/src"; import * as React from "react"; import { TaskCanvasChildrenProps } from "../TaskCanvas"; export declare class ConnectingOutboundCallIcon extends React.Component { render(): JSX.Element; } export declare const StyledIcon: import("@emotion/styled").StyledComponent; }>; export declare const CallAnimation: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLDivElement>, {}>;