import { IInfoTip } from './interface'; import './index.less'; declare const Index: ({ title, text, isStrong, size, ghost, tooltipProps }: IInfoTip) => JSX.Element; export default Index;