import type { ReactElement } from 'react'; export declare type TTabs_Item = { title: string; isDisabled?: boolean; children: () => ReactElement | null; }; export declare const Tabs_Item: import("refun").TComponent;