import type { UseTooltipProps } from '../PropsType'; declare const useToolTipView: (props: UseTooltipProps) => any; export { useToolTipView, };