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