// @flow import {rule as reactComponentFlowTypeNames} from "./rules/react-component-flow-type-names"; import {rule as jsxSpreadFirst} from "./rules/jsx-spread-first"; declare module.exports: {configs: {recommended: {rules: {"opinionated/jsx-spread-first": number, "opinionated/react-component-flow-type-names": number}}}, rules: {"jsx-spread-first": (context: any) => any, "react-component-flow-type-names": (context: any) => any}};