/// declare const Metrics: ({ groupLabel, postGroupLabel, attributes, viewAfter, viewBefore }: { groupLabel: any; postGroupLabel: any; attributes: any; viewAfter: any; viewBefore: any; }) => JSX.Element; export default Metrics;