import { ButtonStyle } from '../model/button-type.ts';
export declare const getAnimationBackgroundColor: (buttonStyle: ButtonStyle, animationColor: string) => {
    hoverBackgroundColor: string;
    tapBackgroundColor: string;
};
