import type { InjectionKey, Ref } from 'vue' import SearchPane from './panes/SearchPane/SearchPane.vue' export const navDownloadButtonRefKey = Symbol() as InjectionKey> export const searchPaneRefKey = Symbol() as InjectionKey | null>>