import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { Props } from './types'; import { InstallRecord, NameRecord } from '../types'; export declare const MeSearch: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onClick?: (() => any) | undefined; onInput?: ((e: Event) => any) | undefined; onSearch?: (() => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onChange?: ((e: Event) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: string) => any; } & { click: () => any; input: (e: Event) => any; search: () => any; blur: (e: FocusEvent) => any; change: (e: Event) => any; focus: (e: FocusEvent) => any; }, PublicProps, { color: string; disabled: boolean; radius: string; placeholder: string; background: string; btnText: string; align: "left" | "center" | "right" | "justify" | "inherit"; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ modelValue?: string; } & Props> & Readonly<{ onClick?: (() => any) | undefined; onInput?: ((e: Event) => any) | undefined; onSearch?: (() => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onChange?: ((e: Event) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, { color: string; disabled: boolean; radius: string; placeholder: string; background: string; btnText: string; align: "left" | "center" | "right" | "justify" | "inherit"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onClick?: (() => any) | undefined; onInput?: ((e: Event) => any) | undefined; onSearch?: (() => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onChange?: ((e: Event) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: string) => any; } & { click: () => any; input: (e: Event) => any; search: () => any; blur: (e: FocusEvent) => any; change: (e: Event) => any; focus: (e: FocusEvent) => any; }, string, { color: string; disabled: boolean; radius: string; placeholder: string; background: string; btnText: string; align: "left" | "center" | "right" | "justify" | "inherit"; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;