import { DrawerProviderProps } from './DrawerContext'; import React from 'react'; interface NavigationDrawerProps extends DrawerProviderProps { className?: string; style?: React.CSSProperties; } declare const NavigationDrawer: { (props: NavigationDrawerProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export { NavigationDrawer }; //# sourceMappingURL=NavigationDrawer.d.ts.map