import { FC } from 'react'; import { DSLQuery } from '@lingxiteam/dsl'; import { EventInputBaseType } from '../../EventInputBaseType'; interface IdRowCompProps { record: any; isMobile: boolean; DSLCore: DSLQuery; editorPluginInst: EventInputBaseType['editorPluginInst']; } declare const IdRowComp: FC; export default IdRowComp;