type Props = {
    title: React.ReactNode;
    onClose: () => void;
    children?: React.ReactNode;
};
export declare const VuiChatPanel: ({ title, onClose, children }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
