import * as React from "react"; import { SideLinkItemChildrenProps, SideLinkItemProps } from "../SideLink/SideLink.definitions"; /** * @class SideLinkInsightsSpeechSearches * @classdesc This component renders side link for Insights Speech Searches view. * @component * @hideconstructor * @category Components / Basic * @param {SideLink.SideLinkItemProps} props - Properties to be passed to configure this component. * @private */ export declare class SideLinkInsightsSpeechSearches extends React.PureComponent { /** * Default properties * * @static * @type {SideLinkItemChildrenProps} * @readonly */ static defaultProps: SideLinkItemChildrenProps; render(): JSX.Element; }