import type { Action } from 'svelte/action';
import type { ParamObject, ParamConf, ParamOptConf } from './types';
export declare const searchEngine: Action<HTMLElement, ParamObject | [ParamConf, ParamOptConf] | undefined>;
