import { CommonComponentProps } from '../types'; import { AiChatLoadingStatePropsSchema } from '../typesSchema'; export interface AiChatLoadingStateProps extends CommonComponentProps, AiChatLoadingStatePropsSchema { } export declare const AiChatLoadingState: React.FC;