export interface ImageBubbleProps {
    options?: any;
    className?: string;
}
export declare const ImageBubble: import("react").ForwardRefExoticComponent<ImageBubbleProps & import("react").RefAttributes<HTMLDivElement>>;
