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