import React from 'react'; declare function _ReplyingTo(props: { username: string; text: string; messageId: number; }): JSX.Element; export declare const ReplyingTo: React.MemoExoticComponent; export {};