import { Ref } from 'vue'; import { ColorSchemeValue } from '../components/OnyxNavBar/modules/index.js'; export declare const useThemeTransition: (theme: Ref) => void;