declare const _default: __VLS_WithTemplateSlots any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:search"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, { left?(_: {}): any; right?(_: {}): any; }>; export default _default; interface Props { search?: string; placeholder?: string; } type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };