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