import { UseFormInit } from '@tutim/types';
export declare const getUseFormInit: (setValue: (key: string, value: any) => void) => UseFormInit;
