/// export declare const Tab: import("react").ForwardRefExoticComponent<{ active?: boolean | undefined; children?: import("react").ReactNode; } & Omit & import("react").ButtonHTMLAttributes & { as?: keyof JSX.IntrinsicElements | undefined; forwardedAs?: keyof JSX.IntrinsicElements | undefined; }, "ref" | "children" | "active"> & import("react").RefAttributes>; //# sourceMappingURL=Tab.d.ts.map