export function TeaserFeed({ kind: metaKind, color: metaColor, template, format, path, repoId, title, description, highlight, highlightLabel, credits, publishDate, prepublication, bar, t, Link, menu, highlighted, series }: { kind: any; color: any; template: any; format: any; path: any; repoId: any; title: any; description: any; highlight: any; highlightLabel: any; credits: any; publishDate: any; prepublication: any; bar: any; t: any; Link?: ({ children, path }: { children: any; path: any; }) => any; menu: any; highlighted: any; series: any; }): JSX.Element;