import * as react from 'react'; import * as AccordionPrimitive from '@radix-ui/react-accordion'; declare const Accordions: react.ForwardRefExoticComponent<(Omit | Omit) & react.RefAttributes>; declare const Accordion: react.ForwardRefExoticComponent, "ref">, "value"> & { title: string; } & react.RefAttributes>; export { Accordion, Accordions };