type AuthorCardProps = { description: string; img: string; imgAlt: string; name: string; title: string; }; export declare const AuthorCard: ({ description, img, imgAlt, name, title }: AuthorCardProps) => import("react/jsx-runtime").JSX.Element; export {};