import React from 'react'; import type { BalloonProps } from '@alifd/next/types/balloon'; import BalloonTooltip, { BalloonTooltipProps } from './balloon-tooltip'; declare const _default: React.ForwardRefExoticComponent> & { Tooltip: React.ForwardRefExoticComponent> & import("hoist-non-react-statics").NonReactStatics, {}>; } & import("hoist-non-react-statics").NonReactStatics): void; _onPosition(res: { align?: string[]; config: { placement: string; points: string; }; style?: CSSCounterStyleRule; }): void; beforePosition: (result: { config: { placement: import("@alifd/next/types/balloon").AlignType; }; style: { left: number; top: number; }; }, obj: { target: { width: number; height: number; }; }) => { config: { placement: import("@alifd/next/types/balloon").AlignType; }; style: { left: number; top: number; }; }; render(): React.JSX.Element; context: any; setState(state: import("@alifd/next/types/balloon/types").BalloonState | ((prevState: Readonly, props: Readonly) => import("@alifd/next/types/balloon/types").BalloonState | Pick) | Pick, callback?: () => void): void; forceUpdate(callback?: () => void): void; state: Readonly; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any; componentDidUpdate?(prevProps: Readonly, prevState: Readonly, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void; componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void; }, {}> & { Tooltip: import("@alifd/next/types/config-provider/types").ConfiguredComponentClass; Inner: typeof import("@alifd/next/types/balloon/inner").default; }, {}>; export default _default; export { BalloonTooltip }; export type { BalloonProps, BalloonTooltipProps };