import { SelectDropdownPropForm } from './SelectDropdown/SelectDropdown'; import { PropForm } from './types'; export declare function getSelectDropdownForm(form: PropForm): SelectDropdownPropForm; export declare const defaultlabelForNotFound = "\u041D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E"; export declare const defaultlabelForCreate = "+"; export declare const getInputWidth: (controlInnerRef: React.RefObject, helperInputFakeElement: React.RefObject) => number;