import type { WidgetPluginProps } from '@ui-schema/react/WidgetEngine'; import type { ReactNode } from 'react'; export declare const ExtractStorePlugin:

(props: P) => ReactNode;