import React from 'react'; /** @public */ export declare const LatestWorkflowRunCard: (props: { branch: string; }) => React.JSX.Element; /** @public */ export declare const LatestWorkflowsForBranchCard: (props: { branch: string; }) => React.JSX.Element;