// Generated by dts-bundle v0.7.3 // Dependencies for this module: // ../../../react import * as React from 'react'; export interface IProps { environment: "Development" | "Test" | "Production"; tenant: string; token: string; instances: string[]; searchPlaceholder: string; title: string; backgroundColor?: string; textColor?: string; showDropShadow?: boolean; borderColor?: string; numberOfCardsPerRow?: number; } export class IAContentOrganizerPortal extends React.Component { constructor(props: IProps); componentWillReceiveProps(props: IProps): void; render(): JSX.Element; }