import { TypingIndicatorProps } from '../../types'; /** * TypingIndicator - Chat typing indicator * * A loader for messaging/chat applications showing typing activity. * * @example * ```tsx * * * * * ``` */ export declare const TypingIndicator: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=TypingIndicator.d.ts.map