export declare const FeAccordionContext: import("react").Context<{ expanded: boolean; setExpanded: (expanded: boolean) => void; }>;