import { AccordionOptions } from './bindings'; export declare function InitAccordion(element: HTMLElement, options: AccordionOptions): () => void;