import { App } from 'vue';
import { CSearchButton } from './CSearchButton';
declare const CSearchButtonPlugin: {
    install: (app: App) => void;
};
export { CSearchButtonPlugin, CSearchButton };
