import { CurrentPathFrame } from '../../ProfileFlameGraph/FlameGraphArrow/utils'; export declare const useVisualizationState: () => { curPathArrow: CurrentPathFrame[]; setCurPathArrow: (path: CurrentPathFrame[]) => void; colorStackLegend: string | null; colorBy: string; setColorBy: (colorBy: string) => void; groupBy: string[]; setGroupBy: (keys: string[]) => void; toggleGroupBy: (key: string) => void; setGroupByLabels: (labels: string[]) => void; flamechartDimension: string[]; setFlamechartDimension: (labels: string[]) => void; sandwichFunctionName: string | null; setSandwichFunctionName: (sandwichFunctionName: string | null) => void; resetSandwichFunctionName: () => void; alignFunctionName: string; setAlignFunctionName: (align: string) => void; }; //# sourceMappingURL=useVisualizationState.d.ts.map