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