import { IWebComponentInstance } from "@omnia/fx";
import { ActionHandler, IActionHandlerSettingsComponent } from "@omnia/fx-models";
import { VueComponentBase } from "@omnia/fx/ux";
import { LocalizationService } from "../../../services";
export declare class LikeActionSettingsComponent extends VueComponentBase implements IActionHandlerSettingsComponent, IWebComponentInstance {
    actionHandler: ActionHandler;
    updateActionHandler: () => void;
    private multilingualStore;
    localizationService: LocalizationService;
    private loc;
    private currentSettings;
    private likeTopicIdProviders;
    mounted(): void;
    created(): void;
    updateButton(): void;
    render(): VueTsxSupport.JSX.Element;
}
