import { Direction } from 'types'; export interface DividerProps extends Omit, 'children'> { direction?: Direction; }