export interface RippleVariables {
    transition: {
        opacity: string;
        transform: string;
    };
    duration: number;
}
