import { IProps } from "./interfaces"; declare const Tooltip: { (props: IProps): JSX.Element; defaultProps: { position: string; appendTo: string; }; }; export default Tooltip;