export declare function calculateBubbleValue(particleValue: number, modeValue: number, optionsValue: number, ratio: number): number | undefined;
