import 'tippy.js/dist/tippy.css'; import { PressableProps } from "react-native"; import { ITooltipProps } from './types'; import { ITouchableProps } from '../../types'; export * from "./types"; export declare function Tooltip({ children, className, title, tooltip, as, disabled, testID, ref, id, ...rest }: ITooltipProps): import("react/jsx-runtime").JSX.Element | null;