///
export declare const rootRouteRef: import("@backstage/core-plugin-api").RouteRef;
/** @public */
export declare const splunkOnCallPlugin: import("@backstage/core-plugin-api").BackstagePlugin<{
root: import("@backstage/core-plugin-api").RouteRef;
}, {}>;
/** @public */
export declare const SplunkOnCallPage: {
(props: import("./components/SplunkOnCallPage").SplunkOnCallPageProps): JSX.Element;
defaultProps: {
title: string;
subtitle: string;
pageTitle: string;
};
};
/** @public */
export declare const EntitySplunkOnCallCard: (props: import("./components/EntitySplunkOnCallCard").EntitySplunkOnCallCardProps) => import("react").JSX.Element;