import { BlogInfoPropsType } from '../types'; declare const BlogInfo: { ({ withDate, showDateAboveTitle, showAuthorBeforeDate, withAuthor, isTitleClickable, data, classes, }: BlogInfoPropsType): JSX.Element; displayName: string; __docgenInfo: { description: string; displayName: string; props: { withDate: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; showDateAboveTitle: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; showAuthorBeforeDate: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; withAuthor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; isTitleClickable: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; data: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; classes: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default BlogInfo;