import React from "react"; import { ColorInput } from "./color.js"; export interface WindowProps { decorations: boolean; paddingY: number; paddingX: number; width: number; height: number; background: ColorInput; children?: React.ReactNode; } export declare const Window: React.FunctionComponent; //# sourceMappingURL=Window.d.ts.map