import React from 'react';
export interface NewsProps {
    hasResults: boolean;
}
export declare const News: React.FunctionComponent<NewsProps>;
