import { JSX } from 'react';
export type CollectionMetaItemProps = JSX.IntrinsicElements['li'];
export declare const CollectionMetaItem: ({ className, children, ...props }: CollectionMetaItemProps) => JSX.Element;
