import React from "react";
export declare const openFileDialog: (inputRef: React.RefObject<HTMLInputElement | null>) => void;
