import React from "react";
import type { Props } from "./types";
declare const AccordionSection: ({ children, header, footer, actions, dataTest, expandable, expandOnTileClick, }: Props) => React.JSX.Element;
export default AccordionSection;
//# sourceMappingURL=index.d.ts.map