export type ArticleAuthorProps = Readonly<{ author?: { name?: string; jobTitle?: string; avatar?: React.ReactNode; }; className?: string; }>; export declare const ArticleAuthor: ({ author, className }: ArticleAuthorProps) => import("react").JSX.Element | null; //# sourceMappingURL=ArticleAuthor.d.ts.map