import type { DeprecatedImportConfig, DeprecatedJSXAttributeConfig } from './types'; export declare const isDeprecatedJSXAttributeConfig: (config: DeprecatedImportConfig | DeprecatedJSXAttributeConfig) => config is DeprecatedJSXAttributeConfig;