import { ProFormValueTypeMapConfig } from '../types-define'; declare const types: Record<"input" | "textarea" | "text" | "password", ProFormValueTypeMapConfig>; export default types;