import React from 'react'; import { Profile } from '../parser.js'; export interface FullFlameGraphProps { profile: Profile; height?: number; primaryColor?: string; secondaryColor?: string; backgroundColor?: string; textColor?: string; fontFamily?: string; showHottestFrames?: boolean; showControls?: boolean; showFrameDetails?: boolean; showStackDetails?: boolean; hottestFramesHeight?: number; showAppCodeOnly?: boolean; } export declare const FullFlameGraph: React.FC; //# sourceMappingURL=FullFlameGraph.d.ts.map