/// import { Tabs } from '.'; export declare const controllable: () => JSX.Element; export declare const customOnChangeFn: () => JSX.Element; export declare const customRenderItemFn: () => JSX.Element; export declare const customRenderListFn: () => JSX.Element; declare const _default: { title: string; component: typeof Tabs; decorators: ((...args: any) => any)[]; }; export default _default;