import type { FullToken, GetDefaultToken } from '../../theme/interface';
export interface ComponentToken {
    /**
     * @desc 默认打字动画颜色
     * @descEN Default typing animation color
     */
    colorTextBlinkDefault: string;
    /**
     * @desc 打字动画颜色
     * @descEN Typing animation color
     */
    colorTextBlink: string;
}
export interface ThinkToken extends FullToken<'Think'> {
}
export declare const prepareComponentToken: GetDefaultToken<'Think'>;
declare const _default: (prefixCls: string, rootCls?: string | undefined) => readonly [string, string];
export default _default;
