import type { Model } from "instill-sdk"; export type ModelRunListProps = { model?: Model; }; export declare const ModelRunList: ({ model }: ModelRunListProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=List.d.ts.map