import { default as React } from 'react'; import * as AccordionPrimitive from '@radix-ui/react-accordion'; export type HeaderProps = React.ComponentPropsWithoutRef; /** Wraps an 'Accordion.Trigger'. Use the 'asChild' prop to update it to the appropriate heading level for your page.*/ export declare const Header: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>;