///
import ts from "typescript";
import { NodeProps } from "./NodeProps.js";
/**
* Format a {@link ts.TypeParameterDeclaration} node in code.
* @group Components
*/
export declare function TypeParameter({ collection, node, }: NodeProps): JSX.Element;
/**
* Format an array of {@link ts.TypeParameterDeclaration} nodes in code.
* @group Components
*/
export declare function TypeParameters({ collection, node, }: NodeProps): JSX.Element;
//# sourceMappingURL=TypeParameter.d.ts.map