export declare const MessageViewContext: import("react").Context<{
    selectMessage: (_message: any) => void;
}>;
