import BcBasePivotTable from './components/BasePivotTable/BasePivotTable.vue';
import BcFixedPivotTable from './components/FixedPivotTable/FixedPivotTable.vue';
declare const _default: {
install: (Vue: any) => void;
};
export default _default;
export { BcBasePivotTable, BcFixedPivotTable };