import React from 'react';
import { ArticleCardProps } from "./";
type _HorizontalProps = ArticleCardProps;
export declare const _Horizontal: ({ article, author, authorAvatar, badge, hideDescription, isBookmarked, onBookmark, time, tracking, ...rest }: _HorizontalProps) => React.JSX.Element;
export {};
