* This content will be shown when expanded.
*
* ```
*/
Content: {
({ children, ref, ...props }: import('./accordion.types').AccordionContentProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
/**
* # Accordion.HeaderRightContent
*
* Optional content that appears on the right side of the accordion header.
* Useful for adding actions, badges, or additional information.
*
* @example
* ```tsx
*