import * as React from "react"; import EditorWindowsController0, {Props as EditorWindowsController0Props} from "./editor-windows-controller"; type TextProps = { text?: string; } & React.HTMLAttributes; type ElementProps = { ref?: any; } & React.HTMLAttributes; export type BaseEditorWindowsProps = { } & ElementProps; export type _5d6bd010465271Props = EditorWindowsController0Props; export const EditorWindows: (props: EditorWindowsController0Props) => React.ReactElement;