import React from 'react';
import { type PopperHandler, type PopperProps } from './Popper';
export interface BalloonsProps extends Omit<PopperProps, 'renderItem'> {
}
export declare const Balloons: React.ForwardRefExoticComponent<BalloonsProps & React.RefAttributes<PopperHandler>>;
