import * as AccordionPrimitive from '@radix-ui/react-accordion'; import React from 'react'; export declare const Accordion: React.ForwardRefExoticComponent<(Omit, "ref"> | Omit, "ref">) & React.RefAttributes> & { Item: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Trigger: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Content: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; }; //# sourceMappingURL=Accordion.d.ts.map