import { FileUpload } from './Bot'; type CanvasProps = { artifact: Partial | null; isOpen: boolean; onClose: () => void; backgroundColor?: string; textColor?: string; chatflowid: string; chatId: string; apiHost?: string; }; export declare const Canvas: (props: CanvasProps) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=Canvas.d.ts.map