import { type ClassValue } from 'clsx';
import { UsesHints } from '@lifespikes/ui/types/global';
export declare const labelHints: UsesHints;
export declare function cn(...inputs: ClassValue[]): string;
export declare const ucfirst: (str: string) => string;
export declare const getUniqueId: (items: Record<any, any>[]) => string;
export declare const labelFromFieldName: (name: string) => string;
export declare const createMaskValue: (value: string, mask: string) => import("imask/esm/index").MaskedPattern<string>;
