import type { GetDefaultToken } from '../../theme/interface';
export declare const prepareComponentToken: GetDefaultToken<'Bubble'>;
export interface ComponentToken {
    /**
     * @desc 打字动画内容
     * @descEN Typing animation content
     */
    typingContent: string;
    /**
     * @desc 打字动画持续时间
     * @descEN Typing animation duration
     */
    typingAnimationDuration: string;
    /**
     * @desc 打字动画名称
     * @descEN Typing animation name
     */
    typingAnimationName: string;
}
declare const _default: (prefixCls: string, rootCls?: string | undefined) => readonly [string, string];
export default _default;
