import type { WindowUIProps } from "../windowSystem/type"; export declare const DefaultWindow: (props: WindowUIProps) => import("react/jsx-runtime").JSX.Element;