import * as React from 'react';
import type { TimelineItemProps } from './TimelineItem';
declare const _default: {
    tags: string[];
    title: string;
    component: import("flow-to-typescript-codemod").Flow.AbstractComponent<TimelineItemProps, HTMLDivElement>;
    argTypes: {
        id: {
            name: string;
            control: {
                type: string;
            };
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        title: {
            name: string;
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        description: {
            name: string;
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        parentComponent: {
            name: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        enableCardWrapper: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: boolean;
                };
            };
        };
        iconName: {
            name: string;
            type: {
                required: boolean;
            };
            control: {
                type: string;
            };
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        iconType: {
            description: string;
            options: string[];
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        iconColor: {
            description: string;
            options: unknown[];
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        classNames: {
            control: {
                type: string;
            };
            description: string;
            type: {
                summary: string;
            };
        };
        orientation: {
            control: {
                type: string;
            };
            options: unknown[];
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: "left";
                };
                disable: boolean;
            };
        };
        children: {
            name: string;
            description: string;
            control: {
                type: string;
            };
            type: {
                required: boolean;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
    };
    parameters: {
        docs: {
            subtitle: string;
            description: {
                component: string;
            };
        };
        storySource: {
            componentPath: string;
        };
    };
};
export default _default;
export declare const _Anatomy: {
    (args: TimelineItemProps): React.JSX.Element;
    args: {
        id: string;
        title: string;
        iconName: string;
        description: string;
    };
};
export declare const _WithParentComponent: {
    (args: TimelineItemProps): React.JSX.Element;
    args: {
        id: string;
        title: string;
        iconName: string;
        description: string;
    };
};
//# sourceMappingURL=TimelineItem.stories.d.ts.map