The upload
control is identical to the image
control, the only difference is that it allows uploading more file types and not only images.
Usage
<?php
$file_url = get_theme_mod( 'upload_setting', '' );
printf( esc_html__( 'URL of uploaded file: %s', 'kirki' ), $file_url );
?>