/// import ts from "typescript"; import { NodeProps } from "./NodeProps.js"; /** * Formats a {@link ts.EntityName} in code, linking it to a definition if * available. * @group Components */ export declare function EntityName({ collection, node, }: NodeProps): JSX.Element; //# sourceMappingURL=EntityName.d.ts.map