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