import { Entity } from '@backstage/catalog-model'; type EntityPageDocsProps = { entity: Entity; /** * Show or hide the content search bar, defaults to true. */ withSearch?: boolean; }; export declare const EntityPageDocs: ({ entity, withSearch, }: EntityPageDocsProps) => import("react/jsx-runtime").JSX.Element; export {};