import type { ThinkingIndicatorProps } from '../../../../registry/chat/thinking-indicator'; export type { ThinkingIndicatorProps }; export declare function ThinkingIndicator(props: ThinkingIndicatorProps): import("react/jsx-runtime").JSX.Element; export declare namespace ThinkingIndicator { var displayName: string; }