import type { PropsWithChildren } from 'react'; import React from 'react'; /** Props for {@link NodeDrawerProvider}. */ export interface NodeDrawerProviderProps extends PropsWithChildren { defaultOpen?: boolean; } /** Provides open/closed state for the node drawer UI. */ export declare const NodeDrawerProvider: React.FC; //# sourceMappingURL=Provider.d.ts.map