import type { CSSProperties } from 'react';
export interface TypingIndicatorProps {
    style?: CSSProperties;
}
export declare function TypingIndicator({ style }: TypingIndicatorProps): import("react/jsx-runtime").JSX.Element;
