import { Children } from "@alloy-js/core"; export interface TypeParametersProps { generics?: Record; } /** * Render a set of generic types for a method or class. */ export declare function TypeParameters(props: TypeParametersProps): Children; //# sourceMappingURL=TypeParameters.d.ts.map