import type { Ref } from 'vue'; import { type ThemeConfig } from '../theme'; export default function useMergeTheme(theme?: Ref, parentTheme?: Ref): import("vue").ComputedRef;