import type { StatelessAccordionProps } from './types'; declare function StatelessAccordion({ accordion, children, disabled, expanded, onChange, overrides, renderAll, }: StatelessAccordionProps): import("react/jsx-runtime").JSX.Element; export default StatelessAccordion;