/// export default function ChatUi({ children, fullWidthHeight, }: { children: React.ReactNode; fullWidthHeight?: boolean; }): import("react/jsx-runtime").JSX.Element; export declare function Skeleton(): import("react/jsx-runtime").JSX.Element; export declare function ShowError({ error, setopened, }: { error: string; setopened: (opened: boolean) => void; }): import("react/jsx-runtime").JSX.Element;