import React from 'react';
import { Content } from './memoized-model';
/**
 * Renders the subtitle content for the timeline card using configurable semantic tags.
 * @param {Content} props - Subtitle properties
 * @returns {JSX.Element | null} The rendered subtitle
 */
declare const SubTitleMemo: React.NamedExoticComponent<Content>;
export { SubTitleMemo };
