import React from 'react'; import type { Props, TogglerProps } from './types.js'; import './index.scss'; export declare const drawerZBase = 100; export declare const formatDrawerSlug: ({ slug, depth }: { depth: number; slug: string; }) => string; export { useDrawerSlug } from './useDrawerSlug.js'; export declare const DrawerToggler: React.FC; export declare const Drawer: React.FC; export declare const DrawerDepthContext: React.Context; export declare const DrawerDepthProvider: React.FC<{ children: React.ReactNode; }>; export declare const useDrawerDepth: () => number; //# sourceMappingURL=index.d.ts.map