import { PropsWithChildren } from 'react'; export declare const Bubble: ({ children, onClick, }: PropsWithChildren & { onClick?: () => void; project: "axos" | "ufb" | "Axos" | "Ufb"; }) => import("react").JSX.Element;