import React from 'react';
import type { TypeReference } from '../../app';
interface ReferenceListProps {
    references: TypeReference[];
}
export declare const ReferenceList: React.NamedExoticComponent<ReferenceListProps>;
export {};
