import type { TSDDeclarationReflection } from '../types'; export interface MembersProps { reflection: TSDDeclarationReflection; } export declare function Members({ reflection }: MembersProps): import("react").JSX.Element; //# sourceMappingURL=Members.d.ts.map