import React from "react"; interface Props { color: string; } export declare const Badge: (props: Props) => React.JSX.Element; export {};