export = SecondarySearchContainer; declare class SecondarySearchContainer { constructor(data: any); type: string; contents: any; }