import '../header-component/header-component'; import '../loader-component/loader-component'; /** #### Sample screen shot ![image info](https://infonet.nyp.org/webc/PublishingImages/hero-component.PNG) #### Content Type nypwebc_ct_tiles */ export declare class HeroComponent { /** *Required - Unique ID. */ componentid: string; /** *Required - List Name. */ listname: string; /** *Required - Relative to the root site. no trailing slash. for ex: /hr/pm */ webpath: string; /** *Optional - is it SP Online site */ online: boolean; /** *Required - site url if its sp online site */ siteurl: string; items: []; isLoading: boolean; componentDidLoad(): Promise; getContentsV2: () => any; render(): any; }