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