import type { ComponentType, ReactNode } from 'react'; import { StoreKeys, WithValue, ExtractValueOverwriteProps } from '@ui-schema/react/UIStore'; import { UIStoreActions } from '@ui-schema/react/UIStoreActions'; export declare function extractValue> & { storeKeys: StoreKeys; } = Partial> & { storeKeys: StoreKeys; }>(Component: ComponentType

): (props: Omit> & ExtractValueOverwriteProps) => ReactNode;