export declare const ACCORDION_DEFAULTS: { readonly type: "single"; readonly defaultExpanded: string[]; readonly variant: "default"; readonly size: "md"; readonly showChevron: true; readonly autoPersist: true; readonly animated: true; readonly transitionDuration: 220; readonly chevronPosition: "end"; readonly density: "comfortable"; }; export type AccordionDefaultProps = typeof ACCORDION_DEFAULTS;