import { PageItem } from '../../../../../../ui/index.js';
export type BlogPageProps = {
    modifyUrlPost?: (post: PageItem) => string;
};
export declare function BlogPage(props: BlogPageProps): import("react/jsx-runtime").JSX.Element;
