import type { IStyleAttribute } from '@antv/l7-core'; /** * Attribute Layout Location in Shader */ export declare const COMMON_ATTRIBUTE_LOCATION: { readonly POSITION: 0; readonly POSITION_64LOW: 1; readonly COLOR: 2; readonly PICKING_COLOR: 3; readonly STROKE: 4; readonly OPACITY: 5; readonly OFFSETS: 6; readonly ROTATION: 7; readonly MAX: 8; }; export declare function getCommonStyleAttributeOptions(name: string): Partial | undefined;