import React from 'react'; import type { AuthorFormatMessage, AuthorFormatMessageOptionsKeys } from "./getAuthorForBoostCard"; export type BoostCardArticleAuthorNameProps = AuthorFormatMessage & { formatOptionsProps?: Partial & { href?: string; className?: string; style?: React.CSSProperties; }>>; }; export declare const BoostCardArticleAuthorName: (props: BoostCardArticleAuthorNameProps) => React.JSX.Element;