import { type VariantProps } from 'tailwind-variants'; declare const color: import("tailwind-variants").TVReturnType<{ color: Record; }, undefined, undefined, { color: Record; }, undefined, import("tailwind-variants").TVReturnType<{ color: Record; }, undefined, undefined, unknown, unknown, undefined>>; export default color; export type IVariantPropsColor = VariantProps;