///
import type { DividerProps as JoyuiDividerProps } from '@mui/joy';
export interface DividerProps extends JoyuiDividerProps {
}
declare const Divider: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
inset?: "none" | "context" | undefined;
orientation?: "horizontal" | "vertical" | undefined;
sx?: import("@mui/joy/styles/types").SxProps | undefined;
} & import("@mui/joy").DividerSlotsAndSlotProps & Omit, HTMLHRElement>, "ref"> & {
ref?: ((instance: HTMLHRElement | null) => void) | import("react").RefObject | null | undefined;
}, "inset" | "children" | "orientation" | "sx" | keyof import("@mui/joy").DividerSlotsAndSlotProps> & import("@mui/system").MUIStyledCommonProps & DividerProps, {}, {}>;
export default Divider;