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