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