import { type MentionDescription } from '../../types';
export interface DescriptionBylineProps {
    mention: MentionDescription;
}
