import { type Props as ContainerProps, Container } from '../Container.js';
import { Size } from '../geometry.js';
export declare class Window extends Container {
    constructor(props?: ContainerProps);
    naturalSize(available: Size): Size;
}
