import { Size } from 'pixi.js'; import { Layout } from '../Layout'; /** * Retrieves the absolute size of a PixiJS container * @param layout - The layout to retrieve the size from * @returns The size of the PixiJS container */ export declare function getPixiSize(layout: Layout): Size;