import type { RawLoaderDefinitionFunction } from 'webpack'; type LoaderType = RawLoaderDefinitionFunction; declare const cssOutputLoader: LoaderType; export default cssOutputLoader;