import type { Node } from '../../types.js';
export declare const createStadiumPathD: (x: number, y: number, totalWidth: number, totalHeight: number) => string;
export declare const stadium: (parent: SVGAElement, node: Node) => Promise<any>;
