/// <reference types="react" />
import type { Props } from "./types";
declare const AccordionSection: ({ children, header, footer, actions, dataTest, expandable, }: Props) => JSX.Element;
export default AccordionSection;
