///
/**
* The Todo plugin instance.
*
* @public
*/
export declare const todoPlugin: import("@backstage/core-plugin-api").BackstagePlugin<{
entityContent: import("@backstage/core-plugin-api").RouteRef;
}, {}>;
/**
* An extension for displaying the list of todos on an entity page.
*
* @public
*/
export declare const EntityTodoContent: () => import("react").JSX.Element;