import { ComponentInterface } from '../../stencil-public-runtime'; export declare class Waves implements ComponentInterface { animated: boolean; theme: string; render(): any; }