import { type TSESLint } from '@typescript-eslint/utils'; type ImportStyle = 'namespace' | 'named'; type Options = readonly [ Readonly<{ importStyle?: ImportStyle; }>? ]; type MessageIds = 'namespaceImportRequired' | 'namespaceNameMustBeReact' | 'namedImportRequired'; export declare const importStyleRule: TSESLint.RuleModule; export {}; //# sourceMappingURL=import-style.d.mts.map