import React from "react"; import { ChatRuntime, UserModel, WorkspaceModel } from "@/app/Types/firebase"; export declare const DEFAULT_VG_AGENT_STARTER: ChatRuntime; export declare const DEFAULT_BG_LIGHT_URL = "https://pub-78d23252e3324567b5ee23d57acddddd.r2.dev/bg-dark.png"; export declare const DEFAULT_BG_DARK_URL = "https://pub-78d23252e3324567b5ee23d57acddddd.r2.dev/bg-light.png"; declare const NewAgentModal: (props: { onAgentCreate?: any; userData: UserModel; isDisabled?: boolean; workspace: WorkspaceModel; }) => React.JSX.Element; export default NewAgentModal;