/// declare const Popover: ({ title, groupLabel, postGroupLabel, chartLabels, attributes, viewBefore, viewAfter, ...rest }: { [x: string]: any; title: any; groupLabel: any; postGroupLabel: any; chartLabels: any; attributes: any; viewBefore: any; viewAfter: any; }) => JSX.Element; export default Popover;