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