import { Data } from './types'; /** * 分析jsx attribute key * @param data */ export declare const disposeJsxAttributeKey: (data: Data) => void;