import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class AngularHoverGradientButton {
    button: ElementRef;
    get bg(): string;
    get hover(): string;
    backgroundColor: string;
    hoverColor: string;
    constructor();
    onMouseMove(event: MouseEvent): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AngularHoverGradientButton, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AngularHoverGradientButton, "angular-hover-gradient-button", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "hoverColor": { "alias": "hoverColor"; "required": false; }; }, {}, never, ["[slot='left']", "*", "[slot='right']"], true, never>;
}
