import type { FunctionalComponent } from "vue"; export declare const Catalog: FunctionalComponent<{ headers: any; activeLink: string; }>;