export declare const TabsListRoot: import("@emotion/styled").StyledComponent & { component?: React.ElementType; } & { children?: React.ReactNode; divider?: boolean; sx?: import("../../styles").SxProps; } & import("./TabsList.types").TabsListSlotsAndSlotProps & Omit, HTMLDivElement>, "ref"> & { ref?: React.Ref; }, "sx" | "children" | "component" | "divider" | keyof import("./TabsList.types").TabsListSlotsAndSlotProps>, React.DetailedHTMLProps, HTMLDivElement>, {}>;