import React from 'react'; import { Top, TopNodeMeta } from '@parca/client'; import { type NavigateFunction } from '@parca/utilities'; interface TopTableProps { loading: boolean; data?: Top; sampleUnit: string; navigateTo?: NavigateFunction; currentSearchString?: string; setActionButtons?: (buttons: JSX.Element) => void; } export declare const RowLabel: (meta: TopNodeMeta | undefined) => string; export declare const TopTable: React.NamedExoticComponent; export default TopTable; //# sourceMappingURL=index.d.ts.map