import React from "react";
import { AllState } from "repond";
type Props = {
    name: keyof AllState["miniBubbles"];
};
export declare function MiniBubble({ name }: Props): React.JSX.Element;
export {};
