/// import { AppWindowProps } from './type'; declare function AppWindow({ children, windowProps, ...props }: AppWindowProps): import("react").JSX.Element | null; export default AppWindow;