import type { TypeReference } from '../../app/index.js'; interface ReferenceListProps { references: TypeReference[]; } export declare const ReferenceList: import("react").NamedExoticComponent; export {};