export type { conversionOptions } from './options';
import type { conversionOptions } from './options';
import { ComponentValue } from '@csstools/css-parser-algorithms';
export declare function calc(css: string, options?: conversionOptions): string;
export declare function calcFromComponentValues(componentValuesList: Array<Array<ComponentValue>>, options?: conversionOptions): ComponentValue[][];
export declare const mathFunctionNames: Set<string>;
