import type { TSDDeclarationReflection } from '../types';
export interface IndexChildProps {
    id: number;
}
export interface IndexProps {
    reflection: TSDDeclarationReflection;
}
export declare function Index({ reflection }: IndexProps): import("react").JSX.Element | null;
//# sourceMappingURL=Index.d.ts.map