import React from 'react'; interface IPopoverDivider { color?: string; } declare const PopoverDivider: React.FC; export default PopoverDivider;