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