import React from 'react';
import { ArticleCardProps } from "./";
type _VerticalProps = ArticleCardProps;
export declare const _Vertical: ({ article, author, authorAvatar, badge, bannerImageWrapProps, hideDescription, isBookmarked, onBookmark, time, tracking, classNames, styles, unstyled, className, ...rest }: _VerticalProps) => React.JSX.Element;
export {};
