export interface RAGAnswerGeneratorProps {
    apiEndpoint?: string;
    placeholder?: string;
    maxResults?: number;
}
export declare function RAGAnswerGenerator({ apiEndpoint, placeholder, maxResults, }: RAGAnswerGeneratorProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=rag-answer-generator.d.ts.map