import { AuthorProps } from "../../models/blocks.js"; import './Author.css'; export declare const Author: (props: AuthorProps) => import("react/jsx-runtime").JSX.Element | null;