/// import * as webpack from 'webpack'; export interface IconConfigOptions { context: string; } export declare function createIconConfig({ context }: Readonly): webpack.Configuration; export default createIconConfig;