export declare function useValidation(userValue: T): { setValidator: (validator_: (x: T) => string[]) => void; validator: () => string[]; };