import * as React from 'react';
import type { BubbleProps } from '../interface';
declare function useTypingConfig(typing: BubbleProps['typing']): [enableTyping: boolean, step: number, interval: number, suffix: React.ReactNode];
export default useTypingConfig;
