/// import { RippleAnimationProps } from './types'; declare const StyledRipple: import("styled-components").StyledComponent, HTMLDivElement>, "ref">, "as" | keyof import("../private/utils/composers").ComposedBoxProps> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; } & { readonly color?: string | undefined; readonly duration?: number | undefined; }, never>; declare const RippleAnimation: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, RippleAnimationProps, never>; export { RippleAnimation }; export default StyledRipple;