import type { Calculation } from '../calculation'; import type { ComponentValue, FunctionNode } from '@csstools/css-parser-algorithms'; export declare function solveHypot(hypotNode: FunctionNode, solvedNodes: Array): Calculation | -1;