import type { BubbleProps } from '../types'; export declare const useStyles: (props?: Partial) => import("antd-style").ReturnStyles<{ bubble: string; bubbleBody: string; bubbleContent: string; bubbleHeader: string; bubbleAvatar: string; bubbleName: string; bubbleTime: string; bubbleCard: string; bubbleMain: string; bubbleStatus: string; bubbleCardContent: string; bubbleLoading: string; bubblePending: string; }>;