/**
 * @file index.tsx
 *
 * @fileoverview Story to display tabs inside the design system.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
    parameters: {
        component: ({ tabsListItemFull, hardBackground, hardBackgroundColor, children, }: import(".").TabsProps) => JSX.Element;
    };
};
export default _default;
export declare const DefaultTabs: {
    (): JSX.Element;
    story: {
        name: string;
    };
};
export declare const AnimatedTabsStory: () => JSX.Element;
