import React, { MouseEvent, UIEvent } from 'react'; import { ExperienceItemProps } from '../ExperienceItem/ExperienceItem'; import { HightlightType } from '../../../types'; export declare const arrowClickHandler: (e: MouseEvent) => void; export declare const leftArrowClickHandler: (e: MouseEvent) => void; export declare const handleScroll: (e: UIEvent) => void; declare type Props = { id: string; link: string; state?: object; editLink?: string; editState?: any; experiences: ExperienceItemProps[]; isPrivate?: boolean; isHidden?: boolean; horizontalView?: boolean; onDelete?: (id: string) => void; onHide?: (id: string) => void; onMove?: (id: string) => void; highlight?: HightlightType; hightlightBorderColor?: string; cardTitle?: string; }; declare const ExperienceContainer: React.MemoExoticComponent<({ id, link, state, editLink, editState, isPrivate, experiences, isHidden, horizontalView, onHide, onMove, onDelete, highlight, hightlightBorderColor, cardTitle, }: Props) => JSX.Element>; export default ExperienceContainer; export declare const ExperienceWrapper: import("styled-components").StyledComponent<"div", any, { className: "custom-scroll-hide mw"; }, "className">; export declare const DynamicLabelCss: import("styled-components").FlattenSimpleInterpolation; export declare const DynamicLable: import("styled-components").StyledComponent>, any, {}, never>; export declare const RightIconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const LeftArrowWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ExperienceContainerStyled: { ExperienceContainerWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; HeaderWrapperCss: import("styled-components").FlattenInterpolation>; ExperienceWrapper: import("styled-components").StyledComponent<"div", any, { className: "custom-scroll-hide mw"; }, "className">; ExpWrp: import("styled-components").StyledComponent<"div", any, {}, never>; Title: import("styled-components").StyledComponent<"span", any, {}, never>; DynamicLabelCss: import("styled-components").FlattenSimpleInterpolation; RightIconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; LeftArrowWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; MoreText: import("styled-components").StyledComponent>, any, {}, never>; MoreTextCss: import("styled-components").FlattenInterpolation>; };