export declare const useData: () => { darkFlag: import('vue').Ref; changeDarkFlag: (flag: boolean) => void; };