export default class Accordion { selector: string; rootElement: Document; constructor(rootElement: Document); /** * Sets up sorting functionality for a table. */ setSorting(): void; destroy(): void; }