import React from 'react'; declare type Props = { id: string; image: string; company: string; link: string; asIcon?: boolean; }; declare const XLTestimonial: React.MemoExoticComponent<({ id, image, company, link, asIcon }: Props) => JSX.Element>; export default XLTestimonial;