import React from "react";
import type { Props } from "./types";
declare const Accordion: ({ children, dataTest, id, spaceAfter, expandedSection, loading, loadingTitle, loadingHidden, onExpand, }: Props) => React.JSX.Element;
export default Accordion;
export { default as AccordionSection } from "./AccordionSection";
//# sourceMappingURL=index.d.ts.map