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