import { FC } from "react"; import { DrawerProviderProps } from "./DrawerProvider.types"; export declare const DrawerProvider: FC;