import { Node } from '../../core/Node.js'; export const AiLoaderNode: Node<{ htmlAttributes: { class: string; contentEditable: string; 'aria-label': string; }; }, Record, Record>; //# sourceMappingURL=ai-nodes.d.ts.map