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