import { ChatTurn } from "./types";
type Props = {
    turn?: ChatTurn;
    onClose: () => void;
};
export declare const VuiChatInspector: ({ turn, onClose }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
