Do not edit this file. It is a report generated by API Extractor.
import type { PitchLoaderDefinitionFunction } from 'webpack';
// @public
export interface ILoadThemedStylesLoaderOptions {
async?: boolean;
// (undocumented)
esModule?: boolean;
// (undocumented)
loadThemedStylesPath?: string;
}
// @public
export const pitch: PitchLoaderDefinitionFunction<ILoadThemedStylesLoaderOptions>;