import { Dispatch } from "react"; export interface AccordionContextValue { value?: string | null; setValue?: Dispatch; } export declare const AccordionContextProvider: import("react").Provider; export declare const useAccordionContext: () => AccordionContextValue; //# sourceMappingURL=AccordionContext.d.ts.map