/// <reference types="react" />
import type { Options } from "../types/OptionsType";
export declare function Root({ children, ...options }: Options & {
    children: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element;
export declare function Bubble(): import("react/jsx-runtime").JSX.Element;
