import React from 'react'; declare type Props = { id: string; image: string; company: string; placeholder?: string; link?: string; state?: object; isPrivate?: boolean; asIcon?: boolean; }; declare const XLTestimonial: React.MemoExoticComponent<({ id, image, company, link, state, isPrivate, asIcon }: Props) => JSX.Element>; export default XLTestimonial; export declare const XLTestimonialStyled: { ImageWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; Image: import("styled-components").StyledComponent<"img", any, {}, never>; WrapperCSS: import("styled-components").FlattenInterpolation>; CompanyName: import("styled-components").StyledComponent<"span", any, {}, never>; };