import type { Node } from '@markdoc/markdoc'; import type { MarkdocResolveContext, WithOriginalAttr } from '../../../types'; export declare function resolveRelativeOrCdnIcon(node: WithOriginalAttr, attrName: string, relativePath: string, { context, actions }: MarkdocResolveContext): Promise; //# sourceMappingURL=resolve-relative-or-cdn-icon.d.ts.map