import type { TypeReference } from '../../app/index.js';
interface ReferenceItemProps {
reference: TypeReference;
}
export declare function ReferenceItem({ reference }: ReferenceItemProps): import("react/jsx-runtime.js").JSX.Element | null;
export {};