import './index.less'; import { EditInputFC } from '@lingxiteam/editor-types'; interface SetDefaultValueType { value: any; onChange: (v: any) => void; DSLCore: Record; selectedComp: Record; updateCurrentProps: (v: any, t: string) => void; timeModeField?: string; formatField?: string; } declare const SetDefaultValue: EditInputFC; export default SetDefaultValue;