import '../loader-component/loader-component'; import '../header-component/header-component'; /** #### Sample screen shot ![image info](https://infonet.nyp.org/webc/PublishingImages/nyptwitter-component.PNG) */ export declare class NyptwitterComponent { /** *Required - Unique ID. */ componentid: string; /** *Required - if header attribute is true */ sectiontitle: string; /** *Required - if header attribute is true */ titleiconurl: string; /** *Optional - default header */ header: boolean; /** *Optional - vertical scroll bar */ verticalscroll: boolean; /** *Optional - vertical scroll bar height */ verticalscrollheight: number; /** *Optional - header background color */ headerbgcolor: string; /** *Optional -header text color */ headertextcolor: string; /** *Optional -header border bottom css */ headerborderbottom: string; /** *Optional -twitter username. for example nyphospital */ twitterhandle: string; /** *Optional - is it SP Online site */ online: boolean; /** *Required - site url if its sp online site */ siteurl: string; isLoading: boolean; componentDidLoad(): void; render(): any; }