import { BadgeProps } from "./Badge"; type ProBadgeProps = Omit & { children?: string; }; export declare function ProBadge({ children, ...rest }: ProBadgeProps): import("react").JSX.Element; export {}; //# sourceMappingURL=ProBadge.d.ts.map