import { IMetroTagProps } from './MetroTag.types';
export declare const MetroTag: ({ addClassName, addClassNameColor, addClassNameTimeTo, metro, separatorColor, width, variant, isBetween, withBg, withWhiteBg, ...rest }: IMetroTagProps) => import("react/jsx-runtime").JSX.Element;