import React, { CSSProperties } from 'react'; import { QuickEntryProps } from './QuickEntry'; export declare const prefixCls = "ued-quickEntry"; export declare const ItemComponent: React.FC<{ item: Required['entryOptions'][number]; isED?: boolean; getEdEngineApi?: () => any; $$componentItem?: any; getEngineApis?: () => any; onClick?: Function; style?: CSSProperties; }>; declare const QuickEntryComponent: React.FC any; $$componentItem?: any; getEngineApis?: () => any; className?: string; outWraper?: React.RefObject; }>; export default QuickEntryComponent;