import 'bootstrap/dist/js/bootstrap.bundle.min.js'; import '../header-component/header-component'; import '../loader-component/loader-component'; /** #### Sample screen shot ![image info](https://infonet.nyp.org/webc/PublishingImages/ourteam-component.PNG) #### Content Type nypwebc_ct_picture */ export declare class OurteamComponent { /** *Required - Unique ID. */ componentid: string; /** *Required - List Name. */ listname: string; /** *Required - Relative to the root site. no trailing. for ex: /hr/pm */ webpath: string; /** *Required - if header attribute is true */ sectiontitle: string; /** *Required - if header attribute is true */ titleiconurl: string; /** *Optional - To show/hide header. default is true */ 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 -number of items per slide */ itemsperslide: number; /** * * /** *Optional -number of items per slide */ imagemaxheight: string; /** *Optional -image border radius */ imageradius: string; /** *Optional - is it SP Online site */ online: boolean; /** *Required - site url if its sp online site */ siteurl: string; /** *optional - resulttext */ resultstext: string; filters: boolean; filtertitle: string; items: []; origItems: []; isLoading: boolean; modalShow: boolean; modelBody: any; modelTitle: any; modelJobTitle: any; modelImageUrl: any; modelInitiative: any; role: string[]; group: string[]; initiative: string[]; roles: string[]; groups: string[]; initiatives: string[]; resultCount: number; handleClose: () => void; handleShow: (event: any, body: any, title: any, image: any, jobtitle: any) => void; componentDidLoad(): Promise; handleChangeInitiative(event: any): void; getFilteredItems: () => Promise; getFilters: () => any; getItems: (arr: any, chunk: any) => any; render(): any; }