import { ComputedRef } from 'vue'; import { type CSSInterpolation } from '../cssinjs'; export declare function useStyleRegister(path: ComputedRef, styleFn: () => CSSInterpolation): void;