import type { App } from 'vue';
import type { MaSearchInstallOptions } from './types';
export declare const MaSearch: {
    install(app: App, options?: MaSearchInstallOptions): void;
};
export default MaSearch;
export type { MaSearchInstallOptions, MaSearchOptions, MaSearchItem, MaSearchExpose } from './types';
