import { FC } from "react"; export interface IDrawerProviderProps { } export declare const DrawerProvider: FC;