export declare const TabPanelRoot: import("@emotion/styled").StyledComponent & { component?: React.ElementType; } & import("./TabPanel.types").TabPanelOwnProps & { sx?: import("../../styles").SxProps; keepMounted?: boolean; } & import("./TabPanel.types").TabPanelSlotsAndSlotProps & Omit, HTMLDivElement>, "ref"> & { ref?: React.Ref; }, "sx" | "component" | "keepMounted" | keyof import("./TabPanel.types").TabPanelOwnProps | keyof import("./TabPanel.types").TabPanelSlotsAndSlotProps>, React.DetailedHTMLProps, HTMLDivElement>, {}>;