import { State } from '../State'; import * as types from '../types'; /** */ export declare class AnyAttribute extends types.Attribute { init(state: State): void; resolve(state: State): void; namespace: string; processContents: 'lax' | 'skip' | 'strict'; }