import { type ReactElement } from 'react'; export interface ReferencePopoverProps { reference?: string; children: ReactElement; } export declare function ReferencePopover({ reference, children, }: ReferencePopoverProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ReferencePopover.d.ts.map