/** * Bubble constants */ declare const BubbleConstants: { BASE_CLASSNAME: string; }; export default BubbleConstants;