import type { TooltrayProps } from "./TooltrayProps"; export declare const Tooltray: (props: TooltrayProps) => import("react/jsx-runtime").JSX.Element;