import AutoComplete from './src/auto-complete.vue'; export declare const LlAutoComplete: import("ll-plus/es/utils").SFCWithInstall; 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; }>, { attrs: import("vue").Attrs; bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; props: import("@vue/shared").LooseRequired; 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; }>> & Readonly<{ onSelect?: (...args: any[]) => any; onBlur?: (...args: any[]) => any; onChange?: (...args: any[]) => any; onFocus?: (...args: any[]) => any; "onUpdate:value"?: (...args: any[]) => any; }> & {}>; emits: (event: "select" | "blur" | "change" | "focus" | "update:value", ...args: any[]) => void; isBlur: import("vue").Ref; innerValue: import("vue").WritableComputedRef; open: import("vue").ComputedRef; newFilterOption: import("vue").ComputedRef<(input: string, option: { value: string; }) => boolean>; defaultFilterOption: (input: string, option: { value: string; }) => boolean; filterOption: (input: string, option: { value: string; }) => boolean; handleKeyDown: (e: KeyboardEvent, type: string) => void; onSelect: (value: string) => void; handleBlur: () => void; handleFocus: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "blur" | "change" | "focus" | "update:value")[], "select" | "blur" | "change" | "focus" | "update:value", import("vue").PublicProps, Readonly; 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; }>> & Readonly<{ onSelect?: (...args: any[]) => any; onBlur?: (...args: any[]) => any; onChange?: (...args: any[]) => any; onFocus?: (...args: any[]) => any; "onUpdate:value"?: (...args: any[]) => any; }>, { readonly value: string; readonly options: import("ant-design-vue/es/select").DefaultOptionType[]; readonly placeholder: string; readonly filterOption: import("ll-plus/es/utils").EpPropMergeType boolean)>, unknown, unknown>; readonly bordered: import("ll-plus/es/utils").EpPropMergeType; readonly allowClear: import("ll-plus/es/utils").EpPropMergeType; readonly caseSensitive: import("ll-plus/es/utils").EpPropMergeType; readonly isGray: import("ll-plus/es/utils").EpPropMergeType; readonly isMultiLine: import("ll-plus/es/utils").EpPropMergeType; readonly expandOpportunity: import("ll-plus/es/utils").EpPropMergeType; readonly triggerCharacter: string; readonly appendMode: import("ll-plus/es/utils").EpPropMergeType; readonly appendCharacter: string; readonly ignoreSelection: import("ll-plus/es/utils").EpPropMergeType; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export * from './src/auto-complete'; declare module 'vue' { interface GlobalComponents { LlAutoComplete: typeof AutoComplete; } }