import type { MacroComponentParams } from '../types';
export declare function BaseMacro({ children, componentRegistry, config, descriptor, mode, }: MacroComponentParams): import("react/jsx-runtime").JSX.Element;
