import * as React from "react"; declare type Props = { tooltip: string; children: React.ReactNode; }; export default function Tooltip({ tooltip, children }: Props): JSX.Element; export {}; //# sourceMappingURL=Tooltip.d.ts.map