import React from 'react'; export interface DividerProps { className?: string; cy?: string; } declare const Divider: React.FC; export default Divider;