import { type RuleSetRule } from 'webpack'; /** * Preparing svg loader for `icons` * Note we must be put all *.svg into folder `icons` */ export declare const webpackRuleSvgIcon: () => RuleSetRule;