import { RippleBase } from './ripple-common';
export declare class Ripple extends RippleBase {
    [key: symbol]: (...args: any[]) => any | void;
    inkTouchController: MDCRippleTouchController;
    createNativeView(): UIView;
}
