///
export declare const entityContentRouteRef: import("@backstage/core-plugin-api").RouteRef;
/** @public */
export declare const nomadPlugin: import("@backstage/core-plugin-api").BackstagePlugin<{
root: import("@backstage/core-plugin-api").RouteRef;
entityContent: import("@backstage/core-plugin-api").RouteRef;
}, {}>;
/** @public */
export declare const EntityNomadContent: () => import("react").JSX.Element;
/**
* Card used to show the list of Nomad job versions.
*
* @public
*/
export declare const EntityNomadJobVersionListCard: () => import("react").JSX.Element | null;
/**
* Table used to show the list of Nomad allocations for a job and/or task-group.
*
* @public
*/
export declare const EntityNomadAllocationListTable: () => import("react").JSX.Element;