import { AntFuTestConfig, AntFuUnocssConfig } from "../types/antfu.mjs";
import "../types/index.mjs";

//#region src/configs/misc.d.ts
/** UnoCSS 默认配置 */
declare const unocssConfig: AntFuUnocssConfig;
/** @deprecated 使用 unocssConfig 代替 */
declare const defaultUnocssConfig: AntFuUnocssConfig;
/** Test 默认配置 */
declare const testConfig: AntFuTestConfig;
/** @deprecated 使用 testConfig 代替 */
declare const defaultTestConfig: AntFuTestConfig;
//#endregion
export { defaultTestConfig, defaultUnocssConfig, testConfig, unocssConfig };
//# sourceMappingURL=misc.d.mts.map