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