import { type HTMLAttributes } from "react"; export interface TabPanelProps extends HTMLAttributes { enableClose?: boolean; label: string; } export declare const TabPanel: import("react").ForwardRefExoticComponent>;