import { FileChooser } from './FileChooser.js';

export default function (
    config?: FileChooser.IConfig
): FileChooser;
