type __VLS_Props = { accounts: { label: string; value: string; }[]; accountsLoading: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { search: (value: string) => any; select: (account: { value: string; label: string; }) => any; close: () => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onSearch?: ((value: string) => any) | undefined; onSelect?: ((account: { value: string; label: string; }) => any) | undefined; onClose?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;