import { Rectangle } from "pixi.js"; import { DImagePiece } from "./d-image-piece"; import { DImagePieceLayouterPart } from "./d-image-piece-layouter-part"; export declare class DImagePieceLayouterPartLeft extends DImagePieceLayouterPart { add(image: DImagePiece, bound: Rectangle, margin: number): void; execute(pleft: number): void; }