/// import { type DividerProps as MuiDividerProps } from '@mui/material'; import { type WithoutEmotionSpecific } from '../types'; export type DividerProps = WithoutEmotionSpecific; export declare const Divider: (props: DividerProps) => JSX.Element;