/// <reference types="react" />
declare const DividerComponent: () => JSX.Element;
export default DividerComponent;
