import { Table } from '@uwdata/flechette'; import { ProfileType } from '@parca/parser'; interface Props { table: Table; total: bigint; totalUnfiltered: bigint; row: number | null; profileType?: ProfileType; unit?: string; compareAbsolute: boolean; } export declare const DockedGraphTooltip: ({ table, total, totalUnfiltered, row, profileType, unit, compareAbsolute, }: Props) => JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map