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