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