import type { Component, Editor } from 'grapesjs'; import { GetCustomPath } from '../../../types'; export declare function resolveCustomDataPath({ component, value, getCustomPath }: { component: Component; value: any; getCustomPath?: GetCustomPath; }): any; export default function dataComponentsExporter(editor: Editor, { isProjectTypeEmail }: { isProjectTypeEmail: boolean; }): void;