/// import { TooltrayProps } from "./TooltrayProps"; import "./Tooltray.css"; export declare const Tooltray: (props: TooltrayProps) => JSX.Element;