import type { Component } from 'grapesjs';
import { GetCustomPath } from '../../typeConfigs/dataSources';
export declare function resolveCustomDataPath({ component, value, getCustomPath }: {
    component: Component;
    value: any;
    getCustomPath?: GetCustomPath;
}): any;
