import { FormConfig, SmartFormHook } from '../types'; export declare const useSmartForm: (config: FormConfig) => SmartFormHook;