import React from 'react';
export default function withMetrics<P extends object>(Component: any, widgetName: string, propsToTrack?: string[]): React.MemoExoticComponent<(props: P) => React.JSX.Element>;
