Props: {
    button?: object;
    pickerOptions?: FVTTFilePickerBrowseOptions;
    urlString?: string;
    [x: string]: any;
}

Props type alias for associated component.