/// import { TagProps } from "./types"; export declare function Tag({ color, size, text, icon, ...rest }: TagProps): JSX.Element; //# sourceMappingURL=index.d.ts.map