import type React from 'react'; import type { RunView } from '../../workflows/v3/ops-projection.js'; export declare function V3CancelButton(props: { runStatus: RunView['runStatus'] | undefined; busy: boolean; onCancel: () => void; }): React.JSX.Element | null; export declare function V3RunsPage(): React.JSX.Element; //# sourceMappingURL=v3-components.d.ts.map