import { default as React } from 'react'; import * as AccordionPrimitive from '@radix-ui/react-accordion'; export type ItemProps = React.ComponentPropsWithoutRef; export declare const Item: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>;