import { MessageFooterContextType } from "../../../types/chat";
import { ISessionByStatus } from "../../../store/type";
interface MessageFooterProps {
    currentSession?: ISessionByStatus;
}
export declare const MessageFooterContext: import("react").Context<MessageFooterContextType>;
export declare const useMessageFooterContext: () => MessageFooterContextType;
declare const MessageFooterProvider: ({ currentSession }: MessageFooterProps) => import("react/jsx-runtime").JSX.Element;
export default MessageFooterProvider;
//# sourceMappingURL=index.d.ts.map