import React from 'react'; import { AccordionProps } from './types'; export declare const Accordion: React.FC;