import { Element } from "../element.js";
/** Ground symbol (one-terminal). */
export declare class Ground extends Element {
    constructor(userParams?: Record<string, unknown>);
}
