import { default as 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; export { SubTitleMemo }; //# sourceMappingURL=subtitle-memo.d.ts.map