import React from 'react'; export default function BreakingNews({ className }: { className?: string; }): React.JSX.Element;