import { AIMessageVariants } from "../AIChatLog"; export declare const ErrorMessage: ({ errorMessage, variant, author, handleRetry }: { errorMessage: string; variant: AIMessageVariants; author: string; handleRetry: () => void; }) => JSX.Element;