import { ComponentStory } from '@storybook/react'; import React from 'react'; declare const Story: { title: string; component: React.MemoExoticComponent<({ id, link, state, editLink, editState, isPrivate, experiences, isHidden, horizontalView, onHide, onMove, onDelete, highlight, hightlightBorderColor, cardTitle, }: { id: string; link: string; state?: object | undefined; editLink?: string | undefined; editState?: any; experiences: import("../ExperienceItem/ExperienceItem").ExperienceItemProps[]; isPrivate?: boolean | undefined; isHidden?: boolean | undefined; horizontalView?: boolean | undefined; onDelete?: ((id: string) => void) | undefined; onHide?: ((id: string) => void) | undefined; onMove?: ((id: string) => void) | undefined; 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 void) | undefined; onHide?: ((id: string) => void) | undefined; onMove?: ((id: string) => void) | undefined; highlight?: import("../../../types").HightlightType | undefined; hightlightBorderColor?: string | undefined; cardTitle?: string | undefined; }) => JSX.Element>>; export declare const NoExperience: ComponentStory void) | undefined; onHide?: ((id: string) => void) | undefined; onMove?: ((id: string) => void) | undefined; highlight?: import("../../../types").HightlightType | undefined; hightlightBorderColor?: string | undefined; cardTitle?: string | undefined; }) => JSX.Element>>;