declare const WidgetWindow: ({ children }: { children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export default WidgetWindow;