/// import { Tabs } from "./tabs.component"; declare const _default: { title: string; component: typeof Tabs; argTypes: {}; parameters: {}; }; export default _default; export declare const Sandbox: { (args: any): JSX.Element; args: { items: ({ action: string; exact: boolean; icon: string; back: boolean; label?: undefined; roles?: undefined; } | { action: string; exact: boolean; icon: string; label: string; back?: undefined; roles?: undefined; } | { action: string; exact: boolean; icon: string; label: string; roles: string[]; back?: undefined; })[]; }; }; export declare const WithCloseable: { (args: any): JSX.Element; args: { reverse: boolean; items: { exact: boolean; action: number; label: string; }[]; }; };