import type { AccordionProps } from './accordion-types.js'; /** * Use the `Accordion` to progressively disclose grouped content, letting users reveal and hide sections to reduce page length and focus on what matters. * @public */ export declare const Accordion: ((props: AccordionProps & import("react").RefAttributes) => import("react").ReactElement | null) & { Section: (props: import("./AccordionSection.js").AccordionSectionProps) => import("react").ReactElement | null; SectionLabel: (props: import("../../index.js").WithChildren & import("../../index.js").StylingProps & import("../../index.js").DataTestId & { 'aria-label'?: string; } & import("react").RefAttributes) => import("react").ReactElement | null; SectionContent: (props: import("../../index.js").WithChildren & import("../../index.js").StylingProps & import("../../index.js").DataTestId & import("react").RefAttributes) => import("react").ReactElement | null; }; //# sourceMappingURL=Accordion.d.ts.map