declare const _default: {
    indicator: (element: HTMLElement, options: any, direction: string) => void;
    observer: (element: HTMLElement, options: any, direction: string) => void;
    arrow: (element: HTMLElement, options: any, direction: string) => void;
    element: (element: HTMLElement) => void;
    outerWrapper: (element: HTMLElement) => void;
    innerWrapper: (element: HTMLElement) => void;
};
export default _default;
