import { VariantProps } from 'class-variance-authority'; import type * as React from 'react'; declare const tagVariants: (props?: ({ colorType?: "gray" | "pink" | "red" | "orange" | "yellow" | "lime" | "green" | "mint" | "skyblue" | "blue" | "indigo" | "purple" | null | undefined; size?: "s" | "m" | null | undefined; type?: "fill" | "tint" | "outline" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; declare function Tag({ className, colorType, size, type, asChild, ...props }: Omit, 'color'> & VariantProps & { asChild?: boolean; }): React.JSX.Element; export { Tag, tagVariants }; //# sourceMappingURL=index.d.ts.map