import React from 'react';
import type { BubbleItemType } from './interface';
export declare const BubbleContext: React.Context<Partial<Pick<BubbleItemType, "key" | "status" | "extraInfo">>>;
