import { MutationTree } from 'vuex'; import ComponentState from './States'; declare const mutations: MutationTree; export default mutations;