import type { CollapseProps } from '@mui/material'; import type { PropsWithChildren } from 'react'; import React from 'react'; /** Horizontal collapsible drawer driven by the shared collapsible context. */ export declare const CollapsibleDrawer: React.FC>; //# sourceMappingURL=CollapsibleDrawer.d.ts.map