import * as React from "react";
import type { Props } from "./types";
declare const Tag: ({ selected, children, iconLeft, size, onClick, onRemove, id, dataTest, type, dateTag, labelDismiss, ref, }: Props) => React.JSX.Element;
export default Tag;
//# sourceMappingURL=index.d.ts.map