import { Color, StackLayout } from '@nativescript/core';
export declare abstract class RippleBase extends StackLayout {
    rippleColor: Color;
}
