import { BlogInfoPropsType } from '../types'; declare const BlogInfo: ({ withDate, showDateAboveTitle, showAuthorBeforeDate, withAuthor, isTitleClickable, data, classes, }: BlogInfoPropsType) => JSX.Element; export default BlogInfo;