declare const _default: { defaultSeverity: string; extends: string[]; plugins: string[]; rules: { 'selector-max-id': null; 'no-invalid-double-slash-comments': null; 'selector-anb-no-unmatchable': null; 'media-query-no-invalid': null; 'selector-class-pattern': null; 'selector-not-notation': null; 'import-notation': null; 'function-no-unknown': null; 'media-feature-range-notation': null; 'font-family-name-quotes': null; 'alpha-value-notation': null; 'color-function-notation': null; 'function-url-quotes': null; 'unit-no-unknown': (boolean | { ignoreUnits: string[]; })[]; 'no-descending-specificity': null; 'selector-type-no-unknown': null; 'no-empty-source': null; 'value-no-vendor-prefix': null; 'font-family-no-missing-generic-family-keyword': null; 'declaration-block-single-line-max-declarations': null; 'declaration-block-no-redundant-longhand-properties': (boolean | { ignoreShorthands: string[]; })[]; 'declaration-block-no-duplicate-properties': (boolean | { ignore: string; })[]; 'selector-pseudo-class-no-unknown': (boolean | { ignorePseudoClasses: string[]; })[]; 'selector-pseudo-element-no-unknown': null; 'order/order': ((string | { type: string; name: string; })[] | { severity: string; })[]; 'color-no-invalid-hex': boolean; 'comment-no-empty': boolean; 'declaration-block-no-shorthand-property-overrides': boolean; 'font-family-no-duplicate-names': boolean; 'function-calc-no-unspaced-operator': boolean; 'function-linear-gradient-no-nonstandard-direction': boolean; 'keyframe-declaration-no-important': boolean; 'media-feature-name-no-unknown': boolean; 'no-duplicate-at-import-rules': boolean; 'no-duplicate-selectors': boolean; 'property-no-unknown': boolean; 'string-no-newline': boolean; 'color-hex-length': string; 'comment-whitespace-inside': string; 'length-zero-no-unit': (boolean | { ignore: string[]; })[]; 'at-rule-no-unknown': null; 'at-rule-empty-line-before': null; }; overrides: ({ files: string[]; customSyntax: string; plugins: string[]; rules: { 'annotation-no-unknown': null; 'at-rule-no-unknown': null; 'scss/double-slash-comment-whitespace-inside': string; 'less/no-duplicate-variables'?: undefined; }; extends?: undefined; } | { files: string[]; customSyntax: string; plugins: string[]; rules: { 'at-rule-no-unknown': null; 'less/no-duplicate-variables': boolean; 'annotation-no-unknown'?: undefined; 'scss/double-slash-comment-whitespace-inside'?: undefined; }; extends?: undefined; } | { files: string[]; customSyntax: string; extends: string[]; plugins?: undefined; rules?: undefined; } | { files: string[]; customSyntax: string; plugins?: undefined; rules?: undefined; extends?: undefined; })[]; ignoreFiles: string[]; }; export { _default as default };