import { DynamicContentStore } from "../../../../internal-flex-commons/src"; import * as React from "react"; import { CallCanvasDialpadChildrenProps } from "./CallCanvasDialpad.definitions"; export declare const displayName = "CallCanvasDialpad"; export declare const contentStore: DynamicContentStore; export declare class CallCanvasDialpadImpl extends React.PureComponent { static displayName: string; private handleKeyClick; render(): JSX.Element; }