import { AttributeGlNode } from '../../../src/engine/nodes/gl/Attribute';
import { PresetRegister } from '../BasePreset';
export declare const attributeGlPresetRegister: PresetRegister<typeof AttributeGlNode, AttributeGlNode>;
