import { MatrixEvent } from "matrix-js-sdk/src/matrix";
export declare const getIncomingCallToastKey: (callId: string, roomId: string) => string;
interface Props {
notifyEvent: MatrixEvent;
}
export declare function IncomingCallToast({ notifyEvent }: Props): JSX.Element;
export {};