import { Rectangle } from 'helpers-lib'; import * as PIXI from 'pixi.js'; export declare class PixiContainerHelper { static getBoundingBox(pixiContainer: PIXI.Container): Rectangle; }