import React from 'react'; import { DbDrawerProps } from './DbDrawer.types'; export declare const DbDrawer: React.FC; export default DbDrawer;