import type { ComponentRef } from 'react';
export type FileUploaderInputRef = ComponentRef<'input'>;
