import type { JSONOutput } from 'typedoc'; export interface TypeParametersProps { params?: JSONOutput.TypeParameterReflection[]; } export declare function TypeParameters({ params }: TypeParametersProps): import("react").JSX.Element | null; //# sourceMappingURL=TypeParameters.d.ts.map