import { Story } from '@storybook/react'; import { SecondaryTabProps } from './SecondaryTab'; declare const _default: { title: string; component: ({ items, countIndicator, checkIndicator, transparent, hideCheckIndicator, elevation, onChange, initialActive, ...other }: SecondaryTabProps) => JSX.Element; argTypes: { initialActive: { control: { type: string; options: (string | number)[]; }; }; onChange: { table: { disable: boolean; }; action: string; }; }; }; export default _default; export declare const Demo: Story; export declare const SingleTab: Story;