import { type ComponentPropsWithoutRef, type FC, type PropsWithChildren } from 'react'; type AbstractProps = PropsWithChildren; type Props = AbstractProps & Omit, keyof AbstractProps>; export declare const AccordionPanelContent: FC; export {};