/// import { ComponentStory } from '@storybook/react'; declare const Story: { title: string; component: ({ id, link, experiences, horizontalView, cardTitle, highlight, hightlightBorderColor, }: { id: string; link: string; horizontalView?: boolean | undefined; experiences: import("../ExperienceItem/ExperienceItem").ExperienceItemProps[]; highlight?: import("../../../types").HightlightType | undefined; hightlightBorderColor?: string | undefined; cardTitle?: string | undefined; }) => JSX.Element; argTypes: { total: { defaultValue: number; control: { type: string; }; }; link: { defaultValue: string; control: { type: string; }; }; experiences: { defaultValue: { id: string; image: string; company: string; designation: string; link: string; joinDate: Date; endDate: null; }[]; control: { type: string; }; }; }; }; export default Story; export declare const Main: ComponentStory<({ id, link, experiences, horizontalView, cardTitle, highlight, hightlightBorderColor, }: { id: string; link: string; horizontalView?: boolean | undefined; experiences: import("../ExperienceItem/ExperienceItem").ExperienceItemProps[]; highlight?: import("../../../types").HightlightType | undefined; hightlightBorderColor?: string | undefined; cardTitle?: string | undefined; }) => JSX.Element>; export declare const NoExperience: ComponentStory<({ id, link, experiences, horizontalView, cardTitle, highlight, hightlightBorderColor, }: { id: string; link: string; horizontalView?: boolean | undefined; experiences: import("../ExperienceItem/ExperienceItem").ExperienceItemProps[]; highlight?: import("../../../types").HightlightType | undefined; hightlightBorderColor?: string | undefined; cardTitle?: string | undefined; }) => JSX.Element>;