import { ProTooltipPropsType } from './propsType'; import './style/index.less'; declare const ProTooltip: (props: ProTooltipPropsType) => JSX.Element; export default ProTooltip;