import React from 'react'; import { RpcError } from '@protobuf-ts/runtime-rpc'; import { ProfileType } from '@parca/parser'; import { DataRow } from './utils/functions'; export declare const FIELD_MAPPING_FILE = "mapping_file"; export declare const FIELD_LOCATION_ADDRESS = "location_address"; export declare const FIELD_FUNCTION_NAME = "function_name"; export declare const FIELD_FUNCTION_SYSTEM_NAME = "function_system_name"; export declare const FIELD_FUNCTION_FILE_NAME = "function_file_name"; export declare const FIELD_FLAT = "flat"; export declare const FIELD_FLAT_DIFF = "flat_diff"; export declare const FIELD_CUMULATIVE = "cumulative"; export declare const FIELD_CUMULATIVE_DIFF = "cumulative_diff"; export declare const FIELD_CALLERS = "callers"; export declare const FIELD_CALLEES = "callees"; export type Row = DataRow; export interface TableProps { data?: Uint8Array; total: bigint; filtered: bigint; profileType?: ProfileType; loading: boolean; setActionButtons?: (buttons: React.JSX.Element) => void; isHalfScreen: boolean; unit?: string; metadataMappingFiles?: string[]; error: RpcError | null; } export declare const Table: React.NamedExoticComponent; export default Table; //# sourceMappingURL=index.d.ts.map