import { ZRect } from "./z_rect"; import { ShapeObjectType } from "../common/enums"; /** * ZRectButtonです。 */ export declare class ZRectButton extends ZRect { constructor(svgbox: SVGElement | string); get defaultClassName(): string | undefined; get type(): ShapeObjectType; }