import SelectList from '../objects/select-list/select-list.js'; import SearchForm from '../objects/input-search/search-form.js'; export default class Forms { selectList: SelectList; searchForm: SearchForm; constructor(documentElement: any); }