import type { CleanUpPair } from '../types'; declare const setContentToggle: (content: Element, onClick?: ((content: HTMLElement, button: HTMLButtonElement) => void) | undefined, beforeCallback?: ((content: HTMLElement, button: HTMLButtonElement) => void) | undefined, afterCallback?: ((content: HTMLElement, button: HTMLButtonElement) => void) | undefined) => CleanUpPair[]; export { setContentToggle, }; //# sourceMappingURL=content-toggle.d.ts.map