/// <reference types="react" />
/**
 * @ref https://floating-ui.com/docs/react
 */
export declare function FloatingTip(props: {
    content?: React.ReactNode;
    trigger?: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element;
