import Iframe from './iframe'; import Modal from './modal'; import SystemPage from './system-page'; import Workbench from './workbench'; import Module from './module'; import AutoComplete from './auto-complete'; import Button from './button'; import Buttons from './buttons'; import Cascader from './cascader'; import ComplexSearch from './complex-search'; import Datetime from './datetime'; import DateTimeRange from './datetime-range'; import FileManager from './filemanager'; import Form from './form'; import Chart from './chart'; import Grid from './grid'; import GridEdit from './gridedit'; import GridView from './gridview'; import Hyperlink from './hyperlink'; import Label from './label'; import Number from './number'; import Waterfall from './waterfall'; import NumberRange from './number-range'; import Radio from './radio'; import RadioButtons from './radio-buttons'; import RadioList from './radiolist'; import RichTextbox from './rich-textbox'; import Select from './select'; import SelectTree from './select-tree'; import Separate from './separate'; import SimpleSearch from './simple-search'; import Switch from './switch'; import Tabs from './tabs'; import Statistics from './statistics'; import TextArea from './textarea'; import Textbox from './textbox'; import Timeline from './timeline'; import Toolbar from './toolbar'; import TreeList from './treelist'; import TreeView from './treeview'; import TreeEdit from './treeedit'; import Icon from './icon'; import Steps from './steps'; declare const controlTypes: { Module: typeof Module; Workbench: typeof Workbench; Iframe: typeof Iframe; Modal: typeof Modal; SystemPage: typeof SystemPage; Chart: typeof Chart; Waterfall: typeof Waterfall; AutoComplete: typeof AutoComplete; Button: typeof Button; Buttons: typeof Buttons; Cascader: typeof Cascader; ComplexSearch: typeof ComplexSearch; Datetime: typeof Datetime; DateTimeRange: typeof DateTimeRange; FileManager: typeof FileManager; Form: typeof Form; Grid: typeof Grid; GridEdit: typeof GridEdit; GridView: typeof GridView; Hyperlink: typeof Hyperlink; Label: typeof Label; Number: typeof Number; NumberRange: typeof NumberRange; Statistics: typeof Statistics; Radio: typeof Radio; RadioButtons: typeof RadioButtons; RadioList: typeof RadioList; RichTextbox: typeof RichTextbox; Select: typeof Select; SelectTree: typeof SelectTree; Separate: typeof Separate; SimpleSearch: typeof SimpleSearch; Switch: typeof Switch; Tabs: typeof Tabs; TextArea: typeof TextArea; Textbox: typeof Textbox; Timeline: typeof Timeline; Toolbar: typeof Toolbar; TreeList: typeof TreeList; TreeView: typeof TreeView; TreeEdit: typeof TreeEdit; Search: typeof SimpleSearch; Icon: typeof Icon; Steps: typeof Steps; }; export default controlTypes;