import { Model } from "instill-sdk"; export type ModelRunProps = { id?: string; model?: Model; }; export declare const ModelRun: ({ id, model }: ModelRunProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Run.d.ts.map