import { default as React } from 'react'; import * as AccordionPrimitive from '@radix-ui/react-accordion'; export type ItemProps = React.ComponentPropsWithoutRef; export declare const ItemContext: React.Context<{ isOpen: boolean | undefined; }>; /** * Contains all the parts of a collapsible section. */ export declare const Item: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>;