import Divider, { DividerProps as TDividerProps } from './Divider'; export type DividerProps = TDividerProps; export default Divider;