import { Editor } from 'grapesjs';
import './components/complex-selector';
import './components/current-selector-display';
export type AdvancedSelectorOptions = {
    i18n: {
        [key: string]: string;
    };
    helpLinks: {
        actionBar: string;
    };
};
type CustomSelectorEventProps = {
    container: HTMLElement;
};
export declare function initListeners(editor: Editor, options: AdvancedSelectorOptions): void;
export declare function initASM(editor: Editor, options: AdvancedSelectorOptions, props?: CustomSelectorEventProps): void;
export {};
//# sourceMappingURL=plugin.d.ts.map