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