Is it possible to import less files within a custom package?

I have a package that has an imports directory within it. I have no problem importing html and js files, however, neither css or less files import using ES6 modules. Do I need to continue to keep my less files outside of the imports dir a and list the files in package.js? Or is there a way to do an import?