import type { DrawerProps } from '@mui/material';
import type { PropsWithChildren } from 'react';
import React from 'react';
export interface NodeDrawerProps extends PropsWithChildren, Omit<DrawerProps, 'open'> {
}
export declare const NodeDrawer: React.FC<NodeDrawerProps>;
//# sourceMappingURL=NodeDrawer.d.ts.map