import BoxSlider from './box-slider'; export declare const responder: { add(boxSlider: BoxSlider): void; remove(boxSlider: BoxSlider): void; };