import type { ReactNode } from 'react'; export declare const FlowEditorProvider: import("react").NamedExoticComponent<{ children: ReactNode; showDevtools?: boolean | undefined; }>;