import withMetrics from './withMetrics';
import {WidgetMetrics} from './metricsLogger';

export {withMetrics};
export type {WidgetMetrics};
