declare const prefetchedCategories: {
    id: number;
    tags: any[];
    followed: boolean;
    order: number;
    name: string;
    name_synonyms: string;
    slug: string;
    slogan: string;
    html_info: any;
    seo_title: string;
    seo_description: string;
    auto_follow: string;
    active: boolean;
    image_original: string;
    image_bigger: string;
    image_big: string;
    image_medium: string;
    image_small: string;
    emotional_image_original: string;
    emotional_image_position: number;
    lastmod_datetime: string;
    stream_order_by: string;
    followers_counter: number;
}[];
export { prefetchedCategories };
