import React from 'react'; import { DrawerConfig } from '../types'; interface DrawerLayoutProps { leftDrawer?: DrawerConfig; rightDrawer?: DrawerConfig; children: React.ReactNode; } export declare const DrawerLayout: React.FC; export default DrawerLayout; //# sourceMappingURL=DrawerLayout.d.ts.map