import { InjectionKey, Ref } from "vue"; interface TimelineProvider { device: Ref<"mobile" | "pc">; } export declare const TIMELINE_KEY: InjectionKey; export {};