import { type ComponentPropsWithoutRef, type FC, type PropsWithChildren } from 'react'; import { type VariantProps } from 'tailwind-variants'; type Props = PropsWithChildren & ComponentPropsWithoutRef<'span'>>; declare const classNameGenerator: import("tailwind-variants").TVReturnType<{ color: { grey: string; blue: string; green: string; orange: string; red: string; }; size: { s: string; }; disabled: { true: string; }; }, undefined, string[], import("tailwind-variants/dist/config").TVConfig<{ color: { grey: string; blue: string; green: string; orange: string; red: string; }; size: { s: string; }; disabled: { true: string; }; }, { color: { grey: string; blue: string; green: string; orange: string; red: string; }; size: { s: string; }; disabled: { true: string; }; }>, { color: { grey: string; blue: string; green: string; orange: string; red: string; }; size: { s: string; }; disabled: { true: string; }; }, undefined, import("tailwind-variants").TVReturnType<{ color: { grey: string; blue: string; green: string; orange: string; red: string; }; size: { s: string; }; disabled: { true: string; }; }, undefined, string[], import("tailwind-variants/dist/config").TVConfig<{ color: { grey: string; blue: string; green: string; orange: string; red: string; }; size: { s: string; }; disabled: { true: string; }; }, { color: { grey: string; blue: string; green: string; orange: string; red: string; }; size: { s: string; }; disabled: { true: string; }; }>, unknown, unknown, undefined>>; export declare const Chip: FC; export {};