export function useHighContrastMode(): { isHighContrastMode: import('vue').Ref; setHighContrastMode: (value: any) => void; };