import { RunStatus } from "instill-sdk"; import type { Nullable } from "../lib"; export type RunStateLabelProps = { state?: Nullable; className?: string; }; export declare const RunStateLabel: ({ state, className }: RunStateLabelProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=RunStateLabel.d.ts.map