import { TGetRuleValueProps } from './types'; import { ValidationValue } from 'react-hook-form'; export declare const getRuleValue: ({ rule, typeValue, }: TGetRuleValueProps) => T | undefined;