export declare const PostCard: ({ title, description, author, }: { title: string; description: string; author: { name: string; profilePicture: string; }; }) => import("react/jsx-runtime").JSX.Element; export declare const BlogSection: () => import("react/jsx-runtime").JSX.Element;