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