export interface FloatButtonModel {
    icon: string;
    title: string;
    click: () => void;
}
