export declare const DividerRoot: import("@emotion/styled").StyledComponent & import("../types/slot").SlotCommonProps & { children?: React.ReactNode; variant?: import("@mui/types").OverridableStringUnion<"fullWidth" | "inset", import("./Divider.types").DividerPropsVariantOverrides>; orientation?: "horizontal" | "vertical"; } & import("./Divider.types").DividerSlotsAndSlotProps & Omit, HTMLHRElement>, "ref"> & { ref?: React.Ref; }, "children" | keyof import("../types/slot").SlotCommonProps | "orientation" | "variant" | keyof import("./Divider.types").DividerSlotsAndSlotProps>, React.DetailedHTMLProps, HTMLHRElement>, {}>;