import React from 'react'; import type { ProjectDeployDashboardState } from './deployDashboardTypes'; export declare function DeployHistoryCard({ history, }: { readonly history: ProjectDeployDashboardState['history']; }): React.JSX.Element; //# sourceMappingURL=DeployHistoryCard.d.ts.map