import React from 'react'; import { TypingIndicatorProps } from './types'; export * from './types'; export declare const TypingIndicator: ({ isTyping, style }: TypingIndicatorProps) => React.JSX.Element | null; //# sourceMappingURL=index.d.ts.map