export declare const listVideo: {
    accessToken: string;
    url: string;
}[];
export declare const dataIconWeather: import("vue").Ref<{
    weather: string;
    icon: string;
}[]>;
