import React from 'react'; import { Theme } from '../../../themes'; interface Props { description: string; } interface State { tooltipIsVisible: boolean; } export declare class Description_ extends React.Component { static displayName: string; state: State; private showTooltip; private hideTooltip; private toggleTooltip; render(): JSX.Element; } export declare const Description: React.SFC>, "theme">>; export {};