declare const _default: {
    extends: never[];
    overrides: {
        extends: string[];
        files: string[];
        parser: string;
        parserOptions: {
            extraFileExtensions: string[];
            parser: string;
        };
        plugins: string[];
        rules: {
            'astro/no-deprecated-astro-fetchcontent': "warn";
            'astro/no-set-text-directive': "warn";
            'astro/prefer-class-list-directive': "warn";
            'astro/prefer-object-class-list': "warn";
            'astro/prefer-split-class-list': "warn";
            'react/jsx-key': "off";
            'react/self-closing-comp': "off";
        };
    }[];
};

export { _default as default };
export = _default