import { CommonComponentProps } from '../types'; import { AiChatErrorPropsSchema } from '../typesSchema'; export interface AiChatErrorProps extends CommonComponentProps, AiChatErrorPropsSchema { } export declare const AiChatError: React.FC;