///
import { BlogWithAvatarItemProps } from "./BlogWithAvatarItem";
import { WithTheme, WithoutTheme } from "../types";
export declare type BlogWithAvatarItemsProps = WithTheme<{
data: Array>;
}>;
export declare function BlogWithAvatarItems({ data, ...props }: BlogWithAvatarItemsProps): JSX.Element;