import { INewsCard } from '../interfaces/INews';
export declare function HorizontalNewsCard({ image, title, description, date, location, category, href, variant, className, customBackgroundColor, textColor, newTab, id, }: INewsCard): import("react/jsx-runtime").JSX.Element;
