import type { ModelState, Nullable, PipelineReleaseState, PipelineTriggerStatus } from "instill-sdk"; export type GeneralStateCellProps = { state: ModelState | PipelineReleaseState | PipelineTriggerStatus; width: Nullable; padding: string; label?: string; }; export declare const GeneralStateCell: ({ state, width, padding, label, }: GeneralStateCellProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=GeneralStateCell.d.ts.map