import { Visit } from '../../api/VisitsApi'; export type ItemDetailType = 'time-ago' | 'hits'; export declare const ItemDetail: ({ visit, type, }: { visit: Visit; type: ItemDetailType; }) => import("react/jsx-runtime").JSX.Element;