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