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