import { OnDestroy, OnInit } from '@angular/core';
import { FloatButtonModel } from "./float-button.model";
export declare class YzFloatButtonComponent implements OnInit, OnDestroy {
    buttons: FloatButtonModel[];
    constructor();
    ngOnInit(): void;
    ngOnDestroy(): void;
}
