import type { ExtractPropTypes } from 'vue'; import type AutoComplete from './auto-complete.vue'; export declare const autoCompleteProps: { readonly value: import("ll-plus/es/utils").EpPropFinalized; readonly options: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => any[], boolean>; readonly placeholder: import("ll-plus/es/utils").EpPropFinalized; readonly allowClear: import("ll-plus/es/utils").EpPropFinalized; readonly bordered: import("ll-plus/es/utils").EpPropFinalized; readonly caseSensitive: import("ll-plus/es/utils").EpPropFinalized; readonly isGray: import("ll-plus/es/utils").EpPropFinalized; readonly filterOption: import("ll-plus/es/utils").EpPropFinalized boolean)>, unknown, unknown, true, boolean>; readonly isMultiLine: import("ll-plus/es/utils").EpPropFinalized; readonly expandOpportunity: import("ll-plus/es/utils").EpPropFinalized; readonly triggerCharacter: import("ll-plus/es/utils").EpPropFinalized; readonly appendMode: import("ll-plus/es/utils").EpPropFinalized; readonly appendCharacter: import("ll-plus/es/utils").EpPropFinalized; readonly ignoreSelection: import("ll-plus/es/utils").EpPropFinalized; }; export type AutoCompleteProps = ExtractPropTypes; export type AutoCompleteInstance = InstanceType;