import { Message } from '@d-id/client-sdk'; interface Props { questions: string[]; loading: boolean; onSend: (text: string) => void; messages: Message[]; } export declare const Questions: ({ questions, loading, onSend, messages }: Props) => import("preact").JSX.Element | null; export {};