import React, { MouseEvent } from 'react'; import { HightlightType, IBlock } from '../../../types'; export declare const testimonialScrollCalculation: (id: string) => void; export declare const arrowClickHandler: (e: MouseEvent) => void; declare type TestimonialProps = { id: string; company: string; image: string; link?: string; state?: object; }; declare type Props = { id: string; link: string; state?: object; editLink?: string; editState?: any; testimonials: TestimonialProps[]; horizontalView?: boolean; highlight?: HightlightType; hightlightBorderColor?: string; cardTitle?: string; isPrivate?: boolean; onDelete?: (id: string) => void; collabDetailsLink?: string; collabDetailsState?: string; onHide?: (id: string) => void; onMove?: (id: string) => void; }; declare const TestimonialContainer: React.MemoExoticComponent<({ id, link, state, editLink, editState, testimonials, horizontalView, isPrivate, onDelete, collabDetailsLink, collabDetailsState, onHide, onMove, isHidden, highlight, hightlightBorderColor, cardTitle, }: Props & IBlock) => JSX.Element>; export default TestimonialContainer; export declare const DynamicLableCss: import("styled-components").FlattenSimpleInterpolation; export declare const DynamicLable: import("styled-components").StyledComponent>, any, {}, never>; export declare const TestimonialContainerStyled: { Wrapper: import("styled-components").StyledComponent<"div", any, {}, never>; TestimonialContianerWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; HeaderWrapperCss: import("styled-components").FlattenSimpleInterpolation; Title: import("styled-components").StyledComponent<"span", any, {}, never>; DynamicLableCss: import("styled-components").FlattenSimpleInterpolation; IconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; CWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; Container: import("styled-components").StyledComponent<"div", any, { className: "custom-scroll-hide"; }, "className">; RightButton: import("styled-components").StyledComponent<"div", any, {}, never>; LeftButton: import("styled-components").StyledComponent<"div", any, {}, never>; TestimonialWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; MoreText: import("styled-components").StyledComponent>, any, {}, never>; MoreTextCss: import("styled-components").FlattenInterpolation>; };