import type { Theme } from "../themes.js"; import type { BorderResult } from "./types.js"; /** macOS-style window chrome with traffic lights, title bar, and drop shadow. */ export declare function macosBorder(innerWidth: number, innerHeight: number, theme: Theme, title?: string): BorderResult; //# sourceMappingURL=macos.d.ts.map