export declare class AddThis {
    _config: any;
    _element: any;
    _scriptPromise: any;
    class: any;
    description: any;
    language: any;
    media: any;
    pubid: any;
    title: any;
    url: any;
    constructor(element: any, config: any);
    bind(): Promise<void>;
    _loadApiScript(): void;
}
