import type { ComponentProps, ComponentPropsWithoutRef, ReactNode } from 'react'; import { PopoverContent } from '../../components'; declare const CitationsChip: import("react").ForwardRefExoticComponent<{ citations?: string[] | null; popoverContent?: ReactNode; popoverContentProps?: ComponentProps; } & Omit>>, "variant" | "asChild"> & import("react").RefAttributes>; export { CitationsChip };