import { Placement } from "@floating-ui/react"; import { FC } from "react"; type Props = { text: string; children: JSX.Element; placement?: Placement; offset?: number; }; export declare const TextTooltip: FC; export {}; //# sourceMappingURL=TextTooltip.d.ts.map