import type React from 'react'; import type { OpenBaseProps } from '../masking/methods'; export declare function open
(Component: React.FunctionComponent
): (config: Pick
> & { key?: string | undefined; }, context?: import("../context-provider").GlobalContextParams | undefined) => { close: () => void; update: (newConfig: Pick
> & { key?: string | undefined; }) => void; };