import type { Scope } from 'eslint'; import type * as ESTree from 'eslint-codemod-utils'; export declare function walkStyleProperties(callExpression: ESTree.CallExpression, referencesInScope: Scope.Reference[], importSources: string[], callback: (property: ESTree.Property) => void): void;