import { Instance, Options } from './types';
export declare const createInstance: (element: HTMLElement, options: Options) => Instance;
export declare const addIndicators: (instance: Instance) => void;
export declare const addObservers: (instance: Instance) => void;
