Do not edit this file. It is a report generated by API Extractor.
/// <reference types="react" />
import { ApiEntity } from '@backstage/catalog-model';
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { RouteRef } from '@backstage/core-plugin-api';
// @public
export const apiDocsSpectralLinterPlugin: BackstagePlugin<
{
root: RouteRef<undefined>;
},
{},
{}
>;
// @public
export const EntityApiDocsSpectralLinterContent: () => JSX.Element;
// @public
export const isApiDocsSpectralLinterAvailable: (entity: ApiEntity) => boolean;