/// <reference types="react" />
/** @private */
export declare const CallingRealTimeTextModal: (props: {
    /** The flag to show the modal */
    showModal?: boolean;
    /** The function to dismiss the modal */
    onDismissModal?: () => void;
    /** The function to start RealTimeText */
    onStartRealTimeText?: () => void;
}) => JSX.Element;
export {};
//# sourceMappingURL=CallingRealTimeTextModal.d.ts.map