import { TSESLint } from '@typescript-eslint/utils'; type RuleOptions = [('string' | 'object')?]; type MessageId = 'preferStringStyle' | 'preferObjectStyle' | 'preferWrappingWithCSS' | 'emptyCssProp'; declare const _default: TSESLint.RuleModule; export default _default;