import * as React from "react"; import { ViewAdditionalProps } from "../../ViewCollection"; export declare class SpeechSearchesView extends React.Component { static readonly icon = "SpeechSearches"; static readonly iconActive = "SpeechSearchesBold"; static readonly viewName = "speech-searches"; static readonly permissions = "phrases.view"; private getUrl; render(): JSX.Element; }