import { FC, PropsWithChildren } from 'react'; import { DrawerContextState } from './context.ts'; export type DrawerProviderProps = DrawerContextState; export declare const DrawerProvider: FC>;