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