import React from "react";
interface RippleButtonProps {
    text?: string;
    bgColor?: string;
    circleColor?: string;
    width?: string;
    height?: string;
}
declare const RippleButton: React.FC<RippleButtonProps>;
export default RippleButton;
//# sourceMappingURL=ripple-button.d.ts.map