export declare class HeaderComponent { /** *Required - if header attribute is true */ sectiontitle: string; /** *Required - if header attribute is true */ titleiconurl: string; /** *Required - if header attribute is true */ seeall: boolean; seeallurl: string; seealltitle: string; headerbgcolor: string; headertextcolor: string; headerborderbottom: string; render(): any; }