import type { GenerateStyle } from '../../theme/interface';
import type { BubbleToken } from './bubble';
declare const genBubbleListStyle: GenerateStyle<BubbleToken>;
export default genBubbleListStyle;
