import { UseControllerProps } from 'react-hook-form';
export declare const useSmartStepperController: (props: Omit<UseControllerProps, 'control'>) => import("react-hook-form").UseControllerReturn<import("react-hook-form").FieldValues, string>;
