export declare class Feed { showcalendar: boolean; month: string; day: string; year: string; headinglink: string; heading: string; description: string; shownewsdate: boolean; render(): any; }