import React from 'react'; import { ITestableProps } from '../../../types'; export interface IDividerProps extends ITestableProps, React.HtmlHTMLAttributes { }