/// <reference types="react" />
import type { Props } from "./types";
declare const AccordionWrapper: ({ dataTest, initialExpanded, ...props }: Props) => JSX.Element;
export default AccordionWrapper;
