import React from 'react'; import type { BlockquoteAuthorProps } from './types'; export declare function BlockquoteAuthor({ author, alignment, }: BlockquoteAuthorProps): React.JSX.Element;