export default class LavaLampBubbles {
    private lava0;
    private ctx;
    private screen;
    constructor(canvasID: string, speed: number, color1: string, color2: string);
    start(): void;
}
