import { type PlatformName } from "../../shared/consts.js";
import * as React from "react";
export declare function browserType(): PlatformName;
export declare function convertBase64ToFile(fileName: string, base64: string, _mimeType?: string): File;
export declare const stopPropagation: (e: MouseEvent | React.MouseEvent | KeyboardEvent | React.KeyboardEvent) => void;
//# sourceMappingURL=tools.d.ts.map