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