import React from 'react'; import { DividerProps } from './PropsType'; declare const Divider: React.FC; export default Divider;