import type { DrawerProps } from '@mui/material'; import type { PropsWithChildren } from 'react'; import React from 'react'; /** Props for {@link NodeDrawer}. */ export interface NodeDrawerProps extends PropsWithChildren, Omit { } /** Right-side drawer showing the provided node's module description tree. */ export declare const NodeDrawer: React.FC; //# sourceMappingURL=NodeDrawer.d.ts.map