import React from 'react'; import { MetricsTable as BaseComponent } from './metrics-table'; type MetricsTableProps = Omit, 'showAllItems' | 'setShowAllItems'>; export declare const MetricsTable: (props: MetricsTableProps) => React.JSX.Element; export {};