import { LitElement, TemplateResult } from 'lit';
declare const ActionFavorites_base: (new (...args: any[]) => import("@mixins/litLoggable").LoggableInterface) & typeof LitElement;
export declare class ActionFavorites extends ActionFavorites_base {
    messages: never[];
    fname: string;
    chanId: number;
    backGroundIsDark: boolean;
    isFavorite: boolean;
    constructor();
    protected shouldUpdate(): boolean;
    firstUpdated(): void;
    favoriteMessage(): string;
    toggleFavorite(e: Event): void;
    render(): TemplateResult;
    static styles: import("lit").CSSResult;
}
export {};
//# sourceMappingURL=action-favorites.d.ts.map