import { isStyleSupport as isStyleSupport$1 } from "@v-c/util/dist/Dom/styleChecker"; //#region src/_util/styleChecker.d.ts declare const canUseDocElement: () => false | HTMLElement; declare const isStyleSupport: typeof isStyleSupport$1; //#endregion export { canUseDocElement, isStyleSupport as default, isStyleSupport };