/// <reference types="react" />
export declare const items: {
    tabtitle: string;
    content: import("react").JSX.Element;
    is_active: string;
}[];
