import type { ComponentPropsWithoutRef } from 'react'; type AccordionHeaderProps = ComponentPropsWithoutRef<'h3'>; declare function AccordionHeader(props: AccordionHeaderProps): import("react/jsx-runtime").JSX.Element; export default AccordionHeader; export type { AccordionHeaderProps };