import type { TextMenuConfig } from "./config"; interface BubbleTextMenuProps { config?: TextMenuConfig; } export declare const BubbleTextMenu: ({ config }: BubbleTextMenuProps) => import("react/jsx-runtime").JSX.Element | null; export {};