/** * Parses the string with the values in brackets. * e.g. "{componentId}.properties" => "chart.properties", "chart" is taken from the "data" argument. */ export declare function parseStringWithData(path: string, data: any): string;