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