import { JSX } from 'react';
export type CollectionMetaItemTagProps = {
tagStyle?: 'new' | 'default';
} & JSX.IntrinsicElements['li'];
export declare const CollectionMetaItemTag: ({ className, children, tagStyle, ...props }: CollectionMetaItemTagProps) => JSX.Element;