import { TagVariantProps } from './Tag.types'; /** * Solid variant of the Tag component. * Has a solid light blue background without border. */ export default function SolidTags({ label, size, icon, onClick, isRemovable, onDelete, ref, ...chipProps }: TagVariantProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=solid.d.ts.map