import { OnInit } from '@angular/core'; import { NoResults } from '../../models/no-results'; export declare class NotResultsComponent implements OnInit { errorMessage: string; errorFontSize: string | number; errorClass: string; errorHeightMarginTop: string | number; isRobotSnippet: boolean; robotClass: string; robotHeight: string | number; robotWidthPx: string | number; robotWidthPercent: string | number; noResults: NoResults; constructor(); ngOnInit(): void; }