import { TagProps } from './Tag.types'; /** * Tag component for displaying labels, categories, or metadata. * Supports three visual variants: filled, stroke (outlined), and solid. * Can be made removable with an optional delete button. * Meets WCAG 2.1 Level AA accessibility standards. * * @example * // Basic tag * * * // Different variants * * * * * // Removable tag * handleRemove('React')} * /> * * // Different sizes * * * */ export declare const Tag: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; //# sourceMappingURL=index.d.ts.map