/**
 * Class used to help managing file picking and drag'n'drop
 * File Storage
 */
export declare class FilesInputStore {
    /**
     * List of files ready to be loaded
     */
    static FilesToLoad: {
        [key: string]: File;
    };
}
