import type { SelectOptionsType } from "@cn-ui/reactive";
export declare const Tabs: import("solid-js").Component<import("@cn-ui/reactive").OriginComponentOutputType<{
    options: SelectOptionsType[];
    closable?: boolean;
    addable?: boolean;
}, HTMLDivElement, SelectOptionsType>>;
