Are there any performance differences between imports with or without 'only' property?

import Project Module
import Project.Module, only: [function: 1]

I’m sorry if the question is foolish, but I wanted to know if there is any difference.