import { Configuration, RuleSetRule } from 'webpack';
export declare const filterOutStylingRules: (config: Configuration) => RuleSetRule[];
