export declare type BlogPostConfig = {
    url: string;
    title: string;
    thumbnail: string;
};
