export declare const propsTypes: { type: { type: StringConstructor; }; city: { type: StringConstructor; }; datatype: { type: StringConstructor; }; citylimit: { type: BooleanConstructor; default: boolean; }; inputId: { type: StringConstructor; }; inputCustom: { type: BooleanConstructor; default: boolean; }; outputId: { type: StringConstructor; }; outPutDirAuto: { type: BooleanConstructor; default: boolean; }; closeResultOnScroll: { type: BooleanConstructor; default: boolean; }; lang: { type: StringConstructor; }; placeholder: { type: StringConstructor; }; debounce: { type: NumberConstructor; default: number; }; } & { visible: import("../../../utils/buildHelper").IPropOptions; zIndex: import("../../../utils/buildHelper").IPropOptions; reEventWhenUpdate: import("../../../utils/buildHelper").IPropOptions; extraOptions: import("../../../utils/buildHelper").IPropOptions; };