import React from 'react';
import type { Props, TogglerProps } from './types';
import './index.scss';
export declare const formatDrawerSlug: ({ depth, slug }: {
    depth: number;
    slug: string;
}) => string;
export declare const DrawerToggler: React.FC<TogglerProps>;
export declare const Drawer: React.FC<Props>;
//# sourceMappingURL=index.d.ts.map