import React from 'react'; import type { ISearchResultTabProps } from './searchResultType'; export declare class DefaultSearchResultTab extends React.Component> { render(): JSX.Element; }