import { ChartFunctions, ChartSchemaElement } from '../types'; export declare const replaceStringsWithFunctions: (schema: ChartSchemaElement[], functions: ChartFunctions['style']) => ChartSchemaElement[];