import type { Plugin } from 'vue';
import CommonMixin from './src';
export { CommonMixin };
declare const _default: import("vue").ComponentOptionsBase<{}, any, any, any, any, any, any, any, string, {}> & ThisType<any> & Plugin;
export default _default;
export { setFormatSelectOptions, formatSelect, setBaseUrl, getBaseUrl, getFullUrl } from './src';
