import { CoreGroup } from '../../../../../core/geometry/Group';
import { AttribCreateSopParams } from '../../AttribCreate';
import { AttribType } from '../../../../../core/geometry/Constant';
export declare function addVertexAttribute(attribType: AttribType, coreGroup: CoreGroup, params: AttribCreateSopParams): void;
