import * as React from 'react';
import { BubbleListProps, BubbleListRef } from './interface';
declare const ForwardBubbleList: React.ForwardRefExoticComponent<BubbleListProps & React.RefAttributes<BubbleListRef>>;
export default ForwardBubbleList;
