import { EntryReference } from './EntryReference.js';
export interface EntryPickerRowProps {
    reference: EntryReference;
}
export declare function EntryPickerRow({ reference }: EntryPickerRowProps): import("react/jsx-runtime").JSX.Element | null;
