///
/** @public */
export declare const githubActionsPlugin: import("@backstage/core-plugin-api").BackstagePlugin<{
entityContent: import("@backstage/core-plugin-api").RouteRef;
}, {}>;
/** @public */
export declare const EntityGithubActionsContent: (props: import("./api").RouterProps) => import("react").JSX.Element;
/** @public */
export declare const EntityLatestGithubActionRunCard: (props: {
branch: string;
variant?: import("@backstage/core-components").InfoCardVariants | undefined;
}) => import("react").JSX.Element;
/** @public */
export declare const EntityLatestGithubActionsForBranchCard: (props: {
branch: string;
variant?: import("@backstage/core-components").InfoCardVariants | undefined;
}) => import("react").JSX.Element;
/** @public */
export declare const EntityRecentGithubActionsRunsCard: (props: {
branch?: string | undefined;
dense?: boolean | undefined;
limit?: number | undefined;
variant?: import("@backstage/core-components").InfoCardVariants | undefined;
}) => import("react").JSX.Element;