import { MainOptions } from './@types';
declare class _Obstacl {
    private stack;
    create(element: HTMLElement | string, opts?: MainOptions): void;
    destroy(element: HTMLElement | string): void;
    private verifyElement;
}
export declare const Obstacl: _Obstacl;
export {};
