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