import { MarginProp } from '../../types/spacing'; export interface DividerProps { margin?: MarginProp; dim?: boolean; }