import type { TSDDeclarationReflection } from '../types'; export interface ParameterProps { param?: TSDDeclarationReflection; } export declare function Parameter({ param }: ParameterProps): import("react").JSX.Element | null; //# sourceMappingURL=Parameter.d.ts.map