import { type ClassValue } from 'clsx'; export declare function cn(...inputs: ClassValue[]): string; export declare function mapFormProps(props: Props, valuePropName: ValuePropName, onChangePropName: OnChangePropsName): Props;