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