import { MdxComponent } from '../interfaces'; export interface AccordionProps { className?: string | null; } /** * The `` and `` components are used together to display a list of content * sections that can be toggled open by clicking the respective title of each section. */ export declare const Accordion: MdxComponent; export default Accordion;