import type { Ref } from 'vue'; export declare const useStyle: (primaryColor: Ref, mergedPrefixCls: Ref, theme: Ref<'light' | 'dark'>) => void;