import type { DividerProps } from '@mui/material'; import type { ComponentType } from 'react'; interface DividerStyledProps { thickness?: number | string; [key: string]: any; } type DividerStyledPropsType = Omit & DividerStyledProps; export declare const Divider: ComponentType; export {}; //# sourceMappingURL=Divider.styled.d.ts.map