/**
* Original file: https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-theme-classic/src/theme/BlogTagsPostsPage/index.tsx
* Copyright (c) Facebook, Inc. and its affiliates under the MIT license.
*
* Modified by David Garcia for Finboot.
*
* Modifications:
* - Add external link and no index support.
*/
///
///
import type { Props } from '@theme/BlogPostItem/Header/Title';
export default function BlogPostItemHeaderTitle({ className, }: Props): JSX.Element;
//# sourceMappingURL=index.d.ts.map