/// import React from 'react'; import { Theme } from '../../constants'; export declare const NewTag: import("@emotion/styled-base").StyledComponent, HTMLDivElement>, { theme: Theme; }, object>; export declare const Badge: import("@emotion/styled-base").StyledComponent, HTMLSpanElement>, { theme: Theme; }, object>; export interface Props { className?: string; } export declare const ProBadgeComponent: React.FC;