import * as React from 'react'; export declare class Divider extends React.Component<{}, any> { render(): JSX.Element; }