import type { Node } from '../../types.js';
export declare const note: (parent: SVGAElement, node: Node) => Promise<any>;
