import { SVGInstance } from "../../../node/instance/SVGInstance.js";
export declare class Display extends SVGInstance {
    display(): string | null;
    display(display: string): this;
}
