import type { TypografRule } from '../../../main';
export declare const processingAttrsRule: TypografRule<{
    attrs: string[];
}>;
