import { c as TSchema, i as SuiteResult, o as TFieldName, s as TGroupName } from "../IsolateSuite-t022G3ua.cjs"; import { t as ParsedVestObject } from "../parser-BdKHE6ga.cjs"; //#region src/exports/classnames.d.ts /** * Creates a function that returns class names that match the validation result */ declare function classnames(res: SuiteResult, classes?: SupportedClasses): (fieldName: string) => string; type SupportedClasses = Partial, string>>; export = classnames; //# sourceMappingURL=classnames.d.cts.map