import { type ComponentPropsWithoutRef, type PropsWithChildren } from 'react'; import { type VariantProps } from 'tailwind-variants'; declare const classNameGenerator: import("tailwind-variants").TVReturnType<{ type: { grey: string[]; blue: string; green: string; red: string; warning: string; error: string; }; bold: { true: string; }; }, undefined, string[], import("tailwind-variants/dist/config").TVConfig<{ type: { grey: string[]; blue: string; green: string; red: string; warning: string; error: string; }; bold: { true: string; }; }, { type: { grey: string[]; blue: string; green: string; red: string; warning: string; error: string; }; bold: { true: string; }; }>, { type: { grey: string[]; blue: string; green: string; red: string; warning: string; error: string; }; bold: { true: string; }; }, undefined, import("tailwind-variants").TVReturnType<{ type: { grey: string[]; blue: string; green: string; red: string; warning: string; error: string; }; bold: { true: string; }; }, undefined, string[], import("tailwind-variants/dist/config").TVConfig<{ type: { grey: string[]; blue: string; green: string; red: string; warning: string; error: string; }; bold: { true: string; }; }, { type: { grey: string[]; blue: string; green: string; red: string; warning: string; error: string; }; bold: { true: string; }; }>, unknown, unknown, undefined>>; type AbstractProps = PropsWithChildren>; type Props = AbstractProps & Omit, keyof AbstractProps>; export declare const StatusLabel: import("react").NamedExoticComponent; export {};