import * as React from "react"; interface IProps { heading: string; subHeading: string; } export declare class Testimonial extends React.Component { render(): JSX.Element; } export {};