import * as React from 'react';
import type { TabProps } from './Tab';
declare const _default: {
    tags: string[];
    title: string;
    argTypes: {
        size: {
            description: string;
            control: {
                type: string;
            };
            options: unknown[];
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        disabled: {
            name: string;
            description: string;
            options: boolean[];
            control: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: boolean;
                };
            };
        };
        iconName: {
            name: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        iconType: {
            description: string;
            options: string[];
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        label: {
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        tabId: {
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        onSelect: {
            description: string;
            action: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        selectedTab: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        width: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        onClick: {
            description: string;
            action: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        classNames: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
    };
    parameters: {
        docs: {
            subtitle: string;
            description: {
                component: string;
            };
        };
        storySource: {
            componentPath: string;
        };
    };
};
export default _default;
export declare const _Anatomy: {
    (args: TabProps): React.JSX.Element;
    args: {
        size: string;
        selectedTab: {
            key: string;
            value: string;
        };
        disabled: boolean;
        iconName: string;
        iconType: string;
        label: string;
        tabId: string;
    };
};
//# sourceMappingURL=Tab.stories.d.ts.map